Product
Individual product/ SKU to be tracked/ monitored
POST /controllers/product.ashx
Parameter | Type | Required | Description |
---|---|---|---|
Name | String | Yes | Name of the product - unique |
SKU | String | Yes | SKU - unique |
UPC | String | No | SKU - unique |
ShortName | String | Yes | Short name of the product |
ShortEANCode | String | No | Short EAN Code |
ProductGTIN | String | No | Product GTIN |
IsActive | Booelean | No | Is product active - default Yes |
BrandId | int | No | Brand of the product |
Note
- You can use BrandName instead of BrandId
- If the brand is configured to be owned by a foreign manufacturer, product will be marked as Foreign
- There are additional attributes at product that are sparingly used and not listed at the moment. This includes
- Product category
- Product type
- Product pricing is based on the size and passed as JSON. If you are using the API to update product pricing, reach out to support for examples