GetProductsParameters
GetProductsParameters
{
"$schema": "http://json-schema.org/draft-07/schema#",
"correlationId": {
"description": "Correlation ID. This is added by the API Management service if not present. Once added, it should be propagated to any downstream services.",
"in": "header",
"name": "x-correlation-id",
"schema": {"type": "string"},
"required": false
},
"productIds": {
"description": "Array of product IDs to retrieve. Each ID should be in format {fulfillmentSystemId}-{fulfillmentSystemProductId}.",
"in": "query",
"name": "productIds",
"schema": {"type": "string"},
"required": true
}
}