Skip to content

Update partner ordering settings

PUT
/partners/{id}/settings/ordering
curl --request PUT \
--url https://example.com/partners/example/settings/ordering \
--header 'Content-Type: application/json' \
--data '{ "currency": "example", "shipping_base_cost": "NaN", "shipping_unit_cost": "NaN", "vat": "NaN" }'
id
required
string
Media type application/json
object
currency
Any of:
Any of:
/^[A-Z]{3}$/
shipping_base_cost
Any of:
Any of:
Any of:
number
shipping_unit_cost
Any of:
Any of:
Any of:
number
vat
Any of:
Any of:
Any of:
number
Media type application/json
object
currency
required
Any of:
string
shipping_base_cost
required
Any of:
Any of:
number
shipping_unit_cost
required
Any of:
Any of:
number
vat
required
Any of:
Any of:
number
Example
{
"shipping_base_cost": "NaN",
"shipping_unit_cost": "NaN",
"vat": "NaN"
}