List location inventory
GET https://api.ecartapi.com/api/v2/locations/615633ab-38ef-4ce2-9313-e57243b9cb4c/inventories
This API endpoint is an integral part of the ecartapi solution, which offers compatibility with various e-commerce platforms, including Multivende. It allows you to retrieve stock information from a specific location.
This is a reference link to the resource from multivende documentation.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"inventories":[{"id":"9788467058895","locationId":"615633ab-38ef-4ce2-9313-e57243b9cb4c","productId":"5e2c9f7e-c1c7-4143-8b08-9285992e40bd","variantId":null,"sku":"9788467058890","quantity":"6","dates":{"createdAt":"2023-09-11T13:41:39.000Z","updatedAt":"2024-06-26T00:57:03.000Z"},"ecartapiUrl":null},{"id":"9788439739753","locationId":"615633ab-38ef-4ce2-9313-e57243b9cb4c","productId":"139d2a7c-9b2a-4c6e-99b4-8e6730fa6150","variantId":null,"sku":"9788439739750","quantity":"0","dates":{"createdAt":"2023-09-11T13:15:18.000Z","updatedAt":"2024-06-26T00:56:57.000Z"},"ecartapiUrl":null},{"id":"9788416997015","locationId":"615633ab-38ef-4ce2-9313-e57243b9cb4c","productId":"a46a8db8-c14d-45f6-bc77-a11974d770bb","variantId":null,"sku":"9788416997010","quantity":"0","dates":{"createdAt":"2023-09-08T20:05:01.000Z","updatedAt":"2024-06-26T00:56:59.000Z"},"ecartapiUrl":null}]}