Skip to main content

Submit Pallets (3PL Portal)

POST 

/api/amazon/:integrationInstance/draft-inbound-plans/fulfillment-portal/:token/pallets

Anonymous 3PL portal submission of LTL pallet details. Access is granted by the opaque :token in the URL (the packet's portal_token) — no bearer auth. The submission is stored verbatim on the packet's portal_submission.pallets JSON and is required before an LTL packet can be confirmed ready.

Authorization

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

Validation

  • pallet_count — required integer 1..1000
  • pallets — optional array, max 1000. A count-only submission (no pallets) is allowed; when pallets is supplied its length must equal pallet_count
  • pallets.*.weight — required numeric, > 0, max 5000
  • pallets.*.height — required numeric, > 0, max 200

Returns the refreshed portal payload (same shape as GET .../fulfillment-portal/:token).

Request

Responses

OK

Response Headers
    Content-Type