get https://{environment}.neomode.com.br/management/catalog/inventory?[&page][&perPage][&query][&sellerId][&status][&categoryId]
Returns the inventory of seller, with stock management and organized by products/skus hierarchy.
Pagination params are required.
Fields retrieved:
Campo | Tipo | Descrição |
---|---|---|
page | Int | Number of the page searched. |
perPage | Int | Number of items per page. |
maxCount | Int | Total of items searched. |
maxPage | Int | Total number of pages. |
products | Object Array | Product object array. |
id | Guid | The object id. |
name | String | Object name. |
code | String | Object code. |
auxCode | String | Object auxiliar code. |
referenceCode | String | Product´s reference code. |
sellerId | Boolean | If the product is active or not. |
sellerName | Boolean | If the product is available for sale. |
sellerDocument | String | Seller´s document (CNPJ). |
skuCount | Int | Count of skus retrieved by the defined filter. |
skuMaxCount | Int | Total of skus in a product. |
imageUrl | String | Object image. |
skus | Object Array | The product´s skus objects. |
barcode | string | Sku´s barcode. |
quantity | Int | Quantity of a sku in stock. |
status | Enum | The stock object status. (Available, LowOfStock, OutOfStock) |
stockQuantity | Int | Total quantity of a product in stock. |