Fulfill Orders
POST/api/woo-commerce/:integration_instance/fulfill
Submit fulfillments to WooCommerce for the specified orders.
This endpoint marks orders as completed in WooCommerce and submits tracking information if available.
Authentication: Requires Bearer token.
Request Body:
- order_ids (array of integers, required) — WooCommerce order local DB IDs to fulfill
Request
Responses
- 200
Successful response