{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Transactions API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Get Stock Transactions for Product", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/inventories/:product_uuid/transactions", "params": [ { "name": "product_uuid", "value": "", "type": "path", "description": "The unique identifier of the product." }, { "name": "page[offset]", "value": "", "type": "query", "description": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used." }, { "name": "page[limit]", "value": "", "type": "query", "description": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the the [**page length**](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/settings-overview#page-length) store setting is used." } ] }, "docs": "Returns the transactions recorded for the specified product." }, { "info": { "name": "Create Stock Transaction on Product", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/inventories/:product_uuid/transactions", "params": [ { "name": "product_uuid", "value": "", "type": "path", "description": "The unique identifier of the product." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Stock Transaction on Product" }, { "info": { "name": "Get Single Stock Transaction for Product", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/inventories/:product_uuid/transactions/:transaction_uuid", "params": [ { "name": "product_uuid", "value": "", "type": "path", "description": "The unique identifier of the product." }, { "name": "transaction_uuid", "value": "", "type": "path", "description": "The unique identifier of the transaction." } ] }, "docs": "Returns the specific transaction with transaction_uuid for product_uuid" } ] } ], "bundled": true }