Data for shopping carts is available in XML and JSON output formats.
Cart
Information about a cart
Name | Required | Type | Description |
---|---|---|---|
cartName | Yes | String (255) | Name of the cart |
lineItemCount | Yes | Integer | Number of line items |
cartId | Yes | Long | Unique key |
deeplink | Yes | String (2048) | Deep link to the ITscope.com platform only available in API 2.1 |
archived | Yes | Boolean | Indicates if a cart is archived only available in API 2.1 |
CartLineItems
Detailed information about a cart line item
Name | Required | Type | Description |
---|---|---|---|
puid | Long | Reference to the product | |
supplierId | Long | ID of the supplier | |
supplierItemId | String | Supplier item number | |
supplierItemRef | Long | Reference to the supplier item | |
serial | String (36) | Unique key | |
quantity | Integer | Quantity | |
comment | String (4096) | Free text field for the line item |