get https://{environment}.neomode.com.br/management/catalog/products/
Retrieve a specific Product by its ID.
This action retrieves all informations of a product specified, including SKU's, Categories, Images, Prices and Characteristics. The field value is defined by the order it appears, by example when "name" is inside of the skus object array, it references to sku's name.
Fields retrieved:
Field | Type | Description |
---|---|---|
name | String | The name of product, sku or image. |
code | String | The code of product, sku, or category. |
url | String | Product or sku's address. |
imageUrl | String | Product or sku's image address. |
description | String | Product or Sku's description. |
id | Guid | Objects ID. |
clientId | String | Client ID. |
isActive | Boolean | If the object is active (true) or inactive (false). |
isDeleted | Boolean | If the object is deleted (true) or not (false) |
createDate | Date | Creation date. |
lastUpdate | Date | Last update date. |
order | Int | Order where the object appears in catalog. |
price | Float | Actual price. |
oldPrice | Float | Old price. |
sellerId | Guid | Seller's ID. |
key | string | Characteristic's key. |
value | string | Value that represent a characteristic's key. |