{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses sku_lists API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "sku_lists", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the sku list associated to the bundle", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/bundles/:bundleId/sku_list", "params": [ { "name": "bundleId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the bundle" }, { "info": { "name": "Retrieve the sku list associated to the buy x pay y promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/buy_x_pay_y_promotions/:buyXPayYPromotionId/sku_list", "params": [ { "name": "buyXPayYPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the buy x pay y promotion" }, { "info": { "name": "Retrieve the sku lists associated to the customer", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/customers/:customerId/sku_lists", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku lists associated to the customer" }, { "info": { "name": "Retrieve the sku list associated to the external promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/external_promotions/:externalPromotionId/sku_list", "params": [ { "name": "externalPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the external promotion" }, { "info": { "name": "Retrieve the sku list associated to the fixed amount promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/fixed_amount_promotions/:fixedAmountPromotionId/sku_list", "params": [ { "name": "fixedAmountPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the fixed amount promotion" }, { "info": { "name": "Retrieve the sku list associated to the fixed price promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/fixed_price_promotions/:fixedPricePromotionId/sku_list", "params": [ { "name": "fixedPricePromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the fixed price promotion" }, { "info": { "name": "Retrieve the sku list associated to the free gift promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/free_gift_promotions/:freeGiftPromotionId/sku_list", "params": [ { "name": "freeGiftPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the free gift promotion" }, { "info": { "name": "Retrieve the sku list associated to the free shipping promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/free_shipping_promotions/:freeShippingPromotionId/sku_list", "params": [ { "name": "freeShippingPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the free shipping promotion" }, { "info": { "name": "Retrieve the sku list associated to the percentage discount promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/percentage_discount_promotions/:percentageDiscountPromotionId/sku_list", "params": [ { "name": "percentageDiscountPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the percentage discount promotion" }, { "info": { "name": "Retrieve the sku list associated to the promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/promotions/:promotionId/sku_list", "params": [ { "name": "promotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the promotion" }, { "info": { "name": "Retrieve the sku list associated to the SKU list item", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_list_items/:skuListItemId/sku_list", "params": [ { "name": "skuListItemId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the SKU list item" }, { "info": { "name": "Retrieve the sku list associated to the SKU list promotion rule", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_list_promotion_rules/:skuListPromotionRuleId/sku_list", "params": [ { "name": "skuListPromotionRuleId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list associated to the SKU list promotion rule" }, { "info": { "name": "List all SKU lists", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_lists" }, "docs": "List all SKU lists" }, { "info": { "name": "Create a SKU list", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_lists", "body": { "type": "json", "data": "{}" } }, "docs": "Create a SKU list" }, { "info": { "name": "Retrieve a SKU list", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_lists/:skuListId", "params": [ { "name": "skuListId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a SKU list" }, { "info": { "name": "Update a SKU list", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_lists/:skuListId", "params": [ { "name": "skuListId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a SKU list" }, { "info": { "name": "Delete a SKU list", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_lists/:skuListId", "params": [ { "name": "skuListId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a SKU list" }, { "info": { "name": "Retrieve the sku lists associated to the SKU", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/skus/:skuId/sku_lists", "params": [ { "name": "skuId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku lists associated to the SKU" } ] } ], "bundled": true }