Documentation
Feedback
Guides

Get price association by ID

Retrieves price association for a shopping scenario by its ID

Request Headers


HeaderValue
Content-Typeapplication/json
Acceptapplication/json

Response Body


NameTypeMandatoryDescription
idstringYesPrice Association unique identifier
resellstringYesOrder type
pricetablestringYesName of the Price Table associated with the scenario
emailstringYesUser's email
statestringYesDelivery 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
}

Contributors
2
Photo of the contributor
Photo of the contributor
Was this helpful?
Yes
No
Suggest Edits (GitHub)
Contributors
2
Photo of the contributor
Photo of the contributor
Was this helpful?
Suggest Edits (GitHub)
On this page