Update an Order
PATCH/api/v1/orders/:id
Update an Order
Request
Path Parameters
id int32required
- application/vnd.api+json
 
Body
required
data
object
id stringrequired
type stringrequired
Possible values: [orders]
attributes
object
delivery_id string
Delivery UUID
notes 
pickup_at_business 
shipping_cost_cents int32
shipping_cost_for_business_cents int32
shipping_cost_for_customer_cents int32
state string
time_wish string
user_email string
user_phone string
user_phone_country_code string
user_phone_country_prefix string
Responses
- 200
 
Update an Order
- application/vnd.api+json
 
- Schema
 
Schema
any
Loading...