ACME Store Products👖👟 API Mock
API to retrieve available products from a store.
home
Or Proxy Application your Mock Endpoint so you can dynamically change Responses using:
- https://docs.mulesoft.com/gateway/latest/policies-included-header-injection
- https://docs.mulesoft.com/design-center/apid-behavioral-headers
Proxy Application Settings
Header Injection using API Behavioral Headers
#[%dw 2.0 output java --- attributes.queryParams.store match { case "storeWithClothes" -> "storeWithClothes" case "storeWithFootwear" -> "storeWithFootwear" else -> "emptyStore"}]