Skip to main content

Refresh Single Order

POST 

/api/woo-commerce/:integration_instance/orders/refresh-order

Refresh a single WooCommerce order by its unique WooCommerce order ID.

Authorization

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

Authentication: Requires Bearer token.

Request Body:

  • uniqueId (string, required) — The WooCommerce order ID (from json_object.id)

Request

Responses

OK

Response Headers
    Content-Type