Get price association by ID
Retrieves price association for a shopping scenario by its ID
Request Headers
Header | Value |
Content-Type | application/json |
Accept | application/json |
Response Body
Name | Type | Mandatory | Description |
---|---|---|---|
id | string | Yes | Price Association unique identifier |
resell | string | Yes | Order type |
pricetable | string | Yes | Name of the Price Table associated with the scenario |
email | string | Yes | User's email |
state | string | Yes | Delivery location |
Request examples and their responses
_10{_10 "id":1,_10 "orderType": "Resale",_10 "state": "ES",_10 "pricetable": "pricetable1",_10 "email": "email@email.com"_10}