Error
Get Product Costs
Get costs for products. This cost is the amount the merchant pays for the product—it is not the price that the shopper sees on the storefront (which is usually higher).
POST
Error
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"items": [
{
"cost": 123,
"productCode": "<string>"
}
],
"totalCount": 123
}Get costs for products. This cost is the amount the merchant pays for the product—it is not the price that the shopper sees on the storefront (which is usually higher).
A valid request URL is required to generate request examples{
"items": [
{
"cost": 123,
"productCode": "<string>"
}
],
"totalCount": 123
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
