Skip to main content

List Pre-Start-Date Orders

GET 

/api/woo-commerce/:integrationInstance/pre-start-date-orders

Query the WooCommerce store live for orders created before your SKU.io inventory start date, so historical orders can be selectively imported without affecting inventory.

Not yet available to API tokens

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

Each returned order carries an eligible flag with an eligibility_reason (cancelled, refunded, failed, and trashed orders are not eligible) and an already_imported flag for orders that already exist locally.

Both dates must be before the inventory start date. Returns up to 1,000 matching orders per query.

Route name: woo-commerce.pre-start-date-orders.query

Request

Responses

OK

Response Headers
    Content-Type