Skip to main content

Generate Packing Options

POST 

/api/amazon/:integrationInstance/draft-inbound-plans/:draft_inbound_plan/packing-options/generate

Generate packing options for a submitted draft FBA inbound plan via the Amazon FBA Inbound API (v2024-03-20 generatePackingOptions operation).

Authorization

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

This is an asynchronous endpoint: it dispatches a tracked background job and returns { "data": { "tracked_job_log_id": <id> } } immediately. Progress is visible via the tracked job log endpoints, and the underlying Amazon operation is resolved by the amazon_inbound_operations poller (a background job).

Tracked job name: Generate FBA Packing Options: {plan name}. When the job completes, the offered packing options (with their packing groups and items) are persisted locally and can be retrieved with List Packing Options.

No request body is required.

Request

Responses

OK

Response Headers
    Content-Type