Skip to main content

Create Fulfillment

POST 

/api/amazon/:integrationInstance/outbound/create-fulfillment/:amazonFulfillmentOrder/:salesOrder

Links an Amazon MCF (outbound) order to its SKU sales order's FulfillmentOrder.

Authorization

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

deferred-shipment model: this no longer creates a SalesOrderFulfillment up front. The AmazonFulfillmentOrder is linked to its FulfillmentOrder, and the shipment SOF is minted by the canonical ship-time recorder when Amazon reports a shipment. If Amazon has already shipped, the endpoint returns the resulting fulfilled SalesOrderFulfillment; otherwise it returns a confirmation message that the order was linked and is awaiting Amazon's ship signal.

Requires a Bearer token.

Request

Responses

OK

Response Headers
    Content-Type