{ "opencollection": "1.0.0", "info": { "name": "topi Seller catalog shipment API", "version": "1.0.0" }, "items": [ { "info": { "name": "shipment", "type": "folder" }, "items": [ { "info": { "name": "Create a shipment", "type": "http" }, "http": { "method": "POST", "url": "https://seller-api-sandbox.topi-sandbox.eu/v1/shipment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://identity.topi.eu/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add shipment info for an order. Partial shipments are allowed and will update the order status to \"partially_fulfilled\". All items must have shipment info before an order is considered \"completed\"." } ] } ], "bundled": true }