get https://{environment}.neomode.com.br/management/catalog/products//available
Retrieves a specific product available for sale by its ID.
A product is available when it has price defined, quantity of the product or the sku on stock and its is active on catalog.
Fields retrieved:
Field | Type | Description |
---|---|---|
name | String | Product's name. |
code | String | Products's code. |
hasPrice | Boolean | If the product have defined prices. |
hasStock | Boolean | If the product has stocks. |
isAvailable | Boolean | If the product is available for sale. |
id | Guid | Product's Id. |
clientId | String | Client's Id. |
isActive | Boolean | If the product is active or not. |
createDate | Date | Creation date. |
lastUpdate | Date | Last update date. |