Update a Delivery
PATCH/api/v1/deliveries/:id
Update a Delivery
Request
Path Parameters
id int32required
- application/vnd.api+json
Body
required
data
object
id stringrequired
type stringrequired
Possible values: [deliveries
]
attributes
object
code string
Delivery region code
free_from_cents int32
Delivery is free if order reached this amount
price_cents int32
Price in cents (currency taken from the business)
Responses
- 200
Update a Delivery
- application/vnd.api+json
- Schema
Schema
any
Loading...