Working example: Retrieve SKU code by details
GET {{baseUrl}}/products/:ProductCode/pricingconfigurations/:Code/sku/match/?Currency=<string>&PurchaseType=<string>&PriceOptions=<object>&Quantity=<integer>
Overview Retrieve a product's SKU code by details. At least one of the optional parameters should be provided, no matter which of them.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Currency | string | 3 letter ISO currency code | |
PurchaseType | string | Type of purchase | |
PriceOptions | string | Price option codes, delimited by comma | |
Quantity | string | Quantity |