Purchase properties
Get a purchase property
Get a purchase property detail. The property can be assigned to a purchase.
get/purchase-properties/{purchase_property_id}
Path parameters
purchase_property_idstring required
The unique ID of the purchase property.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"property_id": "size",
"name": "Size",
"description": "size",
"data_type": "string",
"items": [
{
"id": "8fd73167342d0689c4c015320",
"name": "{\"en\":\"evening\",\"cz\":\"vecer\"}",
"resource_record_id": "67342d3167342d0689c4c00689c4",
"state": 1
}
],
"last_change": "2019-06-20 14:48:09",
"state": 1
}
}