Skip to main content

Refresh Single Order

POST 

/api/big-commerce/:integrationInstance/orders/refresh-order

Refresh a single BigCommerce order by its unique identifier (BigCommerce order ID). Fetches the latest data from BigCommerce API and returns the updated order resource.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

Fields:

  • uniqueId (required, string): The BigCommerce order unique ID (e.g., 'BC-10001')

Request

Responses

OK

Response Headers
    Content-Type