Skip to main content

Get WFS Inbound Suggested Package

GET 

/api/walmart/:integrationInstance/wfs/inbound-shipments/:shipment/suggested-package

Best-guess a single shipping package (weight + dimensions) for an inbound shipment, derived from the shipment items' product records. Used to pre-fill the carrier-rate-quote form so the dimensions don't have to be typed by hand.

Authorization

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

Weight is summed across all items (converted to LB); the box is approximated as a cube of the combined item volume (converted to IN). Items whose product has no dimensions are skipped. Values are returned in Walmart units (LB / IN).

Scoped to the integration instance (404 if the shipment belongs to another instance). A Walmart-side or estimation failure returns 422. Requires a Bearer token.

Request

Responses

OK

Response Headers
    Content-Type