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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token.

Fields:

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

Request

Responses

OK

Response Headers
    Content-Type