Skip to main content

Preview Fulfillment Preflight

POST 

/api/temu/:integrationInstance/fulfillments/preflight-preview

Runs the same Temu shipment-confirmation checks as the stored-fulfillment preflight, but against raw input values instead of a persisted fulfillment. Use this to validate a fulfillment while it is still being composed, before anything is saved.

Authorization

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

Request body (all fields optional — omitted values are reported as blockers):

  • warehouse_id (integer) — local warehouse id; must be mapped to a Temu warehouse.
  • shipping_method_id (integer) — local shipping method id; must be mapped to a Temu carrier.
  • tracking_number (string, max 255) — carrier-issued tracking number.

The response shape matches the stored-fulfillment preflight: can_submit, blockers (each with field, message, fix_path), and resolved (carrier_id, warehouse_id, tracking_number).

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type