{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses sku_options API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "sku_options", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the sku option associated to the line item option", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/line_item_options/:lineItemOptionId/sku_option", "params": [ { "name": "lineItemOptionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku option associated to the line item option" }, { "info": { "name": "List all SKU options", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_options" }, "docs": "List all SKU options" }, { "info": { "name": "Create a SKU option", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_options", "body": { "type": "json", "data": "{}" } }, "docs": "Create a SKU option" }, { "info": { "name": "Retrieve a SKU option", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_options/:skuOptionId", "params": [ { "name": "skuOptionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a SKU option" }, { "info": { "name": "Update a SKU option", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_options/:skuOptionId", "params": [ { "name": "skuOptionId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a SKU option" }, { "info": { "name": "Delete a SKU option", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_options/:skuOptionId", "params": [ { "name": "skuOptionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a SKU option" }, { "info": { "name": "Retrieve the sku options associated to the SKU", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/skus/:skuId/sku_options", "params": [ { "name": "skuId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku options associated to the SKU" } ] } ], "bundled": true }