JSON array containing objects with the following structure:
Name | Type | Description | Required | API Version |
---|---|---|---|---|
cartProductId | Integer(32bits) | Product internal ID in the merchant’s shop | yes | >= 002 |
cartProductName | String(256) | Product name given by the merchant | yes | >= 002 |
cartProductUnitPrice | Float | Product unitary price, VAT included | yes | >= 002 |
cartProductQuantity | Integer(32bits) | Number of a single reference in the cart | yes | >= 002 |
cartProductBrand | String(128) | Brand of the product | no | >= 002 |
cartProductMPN | String(128) | Manufacturer unique identifier | no | >= 002 |
cartProductCategoryName | String(128) | Lower level category of the product, according to the merchant’s catalog | no | >= 002 |
cartProductCategoryID | Integer(32bits) | Lower level category ID of the product, according to the merchant’s catalog | no | >= 002 |