{ "opencollection": "1.0.0", "info": { "name": "Ankorstore Stock Tracking and Logistics Applications Movements API", "version": "1.2.2-oas3.1" }, "items": [ { "info": { "name": "Movements", "type": "folder" }, "items": [ { "info": { "name": "List postings", "type": "http" }, "http": { "method": "GET", "url": "http://www.ankorlocal.com:8000/api/astral/v1/stock/postings", "headers": [ { "name": "Accept", "value": "" }, { "name": "X-Aks-Brand-Uuid", "value": "" }, { "name": "X-Aks-Retailer-Uuid", "value": "" } ], "params": [ { "name": "filter[productVariantIds][]", "value": "", "type": "query", "description": "A set of identifiers representing the items to check quantities for" }, { "name": "filter[locationTypes][]", "value": "", "type": "query", "description": "A set of location types to check quantities at" }, { "name": "filter[locationIds][]", "value": "", "type": "query", "description": "A set of identifiers representing the locations to check quantities at" }, { "name": "filter[locationStatus][]", "value": "", "type": "query", "description": "A set of (location) statuses to check quantities for" }, { "name": "page[limit]", "value": "", "type": "query", "description": "limit the amount of results returned" }, { "name": "page[before]", "value": "", "type": "query", "description": "show items before the provided cursors (uuid<,timestamp> format)" }, { "name": "page[after]", "value": "", "type": "query", "description": "show items after the provided cursors (uuid<,timestamp> format)" }, { "name": "sort", "value": "", "type": "query", "description": "Specify what to sort by" }, { "name": "filter[movementType][in][]", "value": "", "type": "query", "description": "Include only specific movement types" }, { "name": "filter[movementType][notIn][]", "value": "", "type": "query", "description": "Exclude specific movement types" }, { "name": "include", "value": "", "type": "query", "description": "A comma-separated list of resources to include. Options are transaction, lot, state. The states that will be included represent the quantities at the start of the set of postings. Eg. when sorted ascending, the state will represent the quantities at cursor `meta.page.from`. When sorting descending, `meta.page.to`" } ] }, "docs": "Returns movement history for a set of product variants and locations, based on the provided filters.\nTo receive information on which specific lots were involved in the movement, include the `lot` resource. You\nmay also include the transaction resource to get more information on what caused the posting.\n" }, { "info": { "name": "List transactions", "type": "http" }, "http": { "method": "GET", "url": "http://www.ankorlocal.com:8000/api/astral/v1/stock/transactions", "headers": [ { "name": "Accept", "value": "" }, { "name": "X-Aks-Brand-Uuid", "value": "" }, { "name": "X-Aks-Retailer-Uuid", "value": "" } ], "params": [ { "name": "filter[productVariantIds][]", "value": "", "type": "query", "description": "A set of identifiers representing the items to check quantities for" }, { "name": "filter[locationTypes][]", "value": "", "type": "query", "description": "A set of location types to check quantities at" }, { "name": "filter[locationIds][]", "value": "", "type": "query", "description": "A set of identifiers representing the locations to check quantities at" }, { "name": "filter[locationStatus][]", "value": "", "type": "query", "description": "A set of (location) statuses to check quantities for" }, { "name": "page[limit]", "value": "", "type": "query", "description": "limit the amount of results returned" }, { "name": "page[before]", "value": "", "type": "query", "description": "show items before the provided cursors (uuid<,timestamp> format)" }, { "name": "page[after]", "value": "", "type": "query", "description": "show items after the provided cursors (uuid<,timestamp> format)" }, { "name": "filter[relatedIds][]", "value": "", "type": "query", "description": "A set of related identifiers to fetch transactions for" }, { "name": "sort", "value": "", "type": "query", "description": "Specify what to sort by" }, { "name": "include", "value": "", "type": "query", "description": "A comma-separated list of resources to include. Options are: posting" } ] }, "docs": "Returns transaction history for a set of product variants and locations, based on the provided filters.\nFilters include relatedId, which is typically filled with the masterOrderUuid, fulfillmentOrderUuid or in case\nof reservations, a user-specified identifier. You may also include the posting resource to get the individual\npostings contained within the transaction(s).\n" } ] } ], "bundled": true }