Update order attributes

Partially update attributes of a customer's order.

Currently only the tags field is supported. Tags are prepended in front
of the existing tags. Duplicates are removed case-insensitively, keeping
the first occurrence (new tags win). More fields will be added in future
iterations.

Required fields:

  • customer_id
  • order_id
  • tags (non-empty list)

A successful request returns the order with the updated attributes.

This operation is only supported for Shopify integrations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Scope

erc-ecommerce-orders:write

Path Params
string
required
length between 1 and 255

The customer ID

string
required
length between 1 and 255

The order ID

Query Params
string
length between 1 and 50

The brand of the provider you want to filter by. If the account is multi-brand, this parameter is required.

Body Params

The order attributes to update

tags
array of strings
required
length ≥ 1

Tags to prepend (deduplicated, case-insensitive) to the order's existing tags. Must contain at least one non-blank tag.

tags*
Responses

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json