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