Skip to main content

Get Fulfillment Packet

GET 

/api/walmart/:integrationInstance/wfs/inbound-shipments/:shipment/fulfillment

Get the operator-side view of a shipment's 3PL/supplier fulfilment packet. Returns whether a packet even applies to this shipment's source (availability), the built packet if one exists (else null), the public portal URL, the auto-generated default prep instructions (used to pre-fill the editable field), the kitting-instruction snippet, and whether the shipment has any component-sourced kits (drives the 'Kits will be assembled' toggle).

Authorization

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

Authentication: Requires Bearer token.

Response keys:

  • availability { available, source_type (3pl|supplier|null), reason }: a packet only applies to 3PL- or supplier-sourced inbounds; reason explains an unavailable case.
  • packet: the WalmartWfsInboundFulfillmentPacket resource (with documents[]), or null if not yet built.
  • portal_url: public token-gated portal link (null if no packet).
  • default_instructions: auto-generated prep instructions text.
  • kitting_instruction: the fixed kitting note appended when kits will be assembled.
  • has_component_kits: whether a kitting work order is applicable.

Request

Responses

OK

Response Headers
    Content-Type