{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses free_gift_promotions API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "free_gift_promotions", "type": "folder" }, "items": [ { "info": { "name": "List all free gift promotions", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/free_gift_promotions" }, "docs": "List all free gift promotions" }, { "info": { "name": "Create a free gift promotion", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/free_gift_promotions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a free gift promotion" }, { "info": { "name": "Retrieve a free gift promotion", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/free_gift_promotions/:freeGiftPromotionId", "params": [ { "name": "freeGiftPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a free gift promotion" }, { "info": { "name": "Update a free gift promotion", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/free_gift_promotions/:freeGiftPromotionId", "params": [ { "name": "freeGiftPromotionId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a free gift promotion" }, { "info": { "name": "Delete a free gift promotion", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/free_gift_promotions/:freeGiftPromotionId", "params": [ { "name": "freeGiftPromotionId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a free gift promotion" } ] } ], "bundled": true }