Skip to main content

Set Routing Fallback

PUT 

/api/walmart/:integrationInstance/routing/fallback

Sets the account-wide fallback (layer 5) — what to send when no other layer identified a carrier.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

mode is one of:

  • none — leave it unresolved and report an error (the default)
  • carrier — send walmart_carrier
  • suppress — deliberately send no carrier

walmart_carrier is required when mode is carrier.

Every change returns the COMPLETE refreshed routing configuration, not just the row that changed — the layers interact, so a partial response could disagree with what the next shipment would actually send.

Request

Responses

OK

Response Headers
    Content-Type