UpdateBasket
Updated on
Serves for the update of existing shopping basket datasets for the stated program.
Input
<UpdateBasket xmlns="http://services.zanox.com/erp"> <programid>10</programid> <basketupdate xmlns="http://services.zanox.com/erp/Import"> <basket id="a1a1a1a1-a1a1–a1a1–a1a1–a1a1a1a1a1a1"> <program id="10"/> <product quantity="10"> <price currency="EUR">3.50</price> </product> </basket> ... </basketupdate> </UpdateBasket>
Object | Data type | Characters | Description | Mandatory? |
---|---|---|---|---|
<programid> | int | ID of the program whose shopping basket datasets will be updated | x | |
<basketupdate> | Shopping basket datasets, which will be updated | x | ||
<basket> | x | |||
id | normalizedstring | Unique ID of the shopping basket (GUID) | x | |
<program> | x | |||
id | int | ID of the program for which the datasets will be updated | x | |
<product> | ||||
quantity | unsignedbyte | Product quantity | ||
<price> | decimal | Product price | ||
currency | normalizedstring | Maximum 3 | Desired currency of the product price |
Resource Information
Rate Limited? | No |
Requests per rate limit window | N/A |
Authentication | Requires Authentication |
Response Formats | |
Resource family | |
Response Object | |
API Version | 3.0.1.1 |