Skip to main content
PUT
/
v1
/
orders
Update order status
curl --request PUT \
  --url https://api.quickbutik.com/v1/orders \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "order_id": "948102",
    "status": "paid",
    "shipping_info": {
      "trackingnumber": "230491712300",
      "company": "DHL"
    },
    "email_confirmation": "true",
    "skip_email_confirmation": "true",
    "paymethod_activate": "false",
    "skip_webhook": "<string>",
    "language": "en"
  }
]'
{
  "results": {}
}

Authorizations

Authorization
string
header
required

Body

application/json · object[]
order_id
string
Example:
status
string
Example:
shipping_info
object
email_confirmation
string
Example:
skip_email_confirmation
string
Example:
paymethod_activate
string
Example:
skip_webhook
string
language
string
Example:

Response

results
object