Shop List
Overview
Endpoint
Query Shop Items
{ "nextPageToken": "<TOKEN_FOR_NEXT_PAGE>", "result": [ { "country": "GLOBAL", "productId": "038-00", "name": "THE_GLOBAL_GIFT_CARD", "state": "ACTIVE", "region": "global", "parentId": "038", "baseCurrency": "EUR", "variants": { "038-00-range": { "range": { "min": 5, "max": 5000, "step": 5, }, "state": "ACTIVE", "name": "Global Gift Card", "sku": "038-00-range" } }, "productType": "range", "customerDeal": "CustomerDeal" }, ] }
Response Data
Last updated