Skip to main content

Bulk Submit Walmart Fulfillments

POST 

/api/walmart/:integrationInstance/fulfillments/submit-bulk

Submit multiple fulfillments' shipment confirmations to Walmart in one call. Each fulfillment is processed independently; the response reports how many were submitted and how many failed, with per-fulfillment error messages. Fulfillments that are already submitted, pickup-type, or on cancelled orders are ignored.

Authorization

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

Request body:

  • ids (required, array of integers) — sales order fulfillment ids to submit. Each id must exist.

Request

Responses

OK

Response Headers
    Content-Type