Skip to main content

Get Product Drop-ship Status

GET 

/api/products/:product/dropship-status

Return the drop-ship eligibility checklist for a product — whether a sales order line for this product will auto-route to a supplier's drop-ship warehouse, and which gate conditions are currently met or failing.

Optionally scope the check to a specific supplier with the supplier_id query parameter; omit it to evaluate against the product's default supplier.

A line auto-routes to a supplier's drop-ship warehouse when the product is drop-shippable, drop-shipping is enabled, the supplier has a drop-ship warehouse ranked in the warehouse priority list, and its live stock covers the line — there is no per-supplier-product opt-in. The gates object reports each eligibility condition, and missing lists the labels of the gates that are not yet satisfied.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type