Skip to main content

Get Placement Preview

GET 

/api/walmart/:integrationInstance/wfs/inbound-shipments/:shipment/placement-preview

Estimate the destination-FC placement + transfer charges for an existing shipment by re-running Walmart's inbound preview from its current items + source. This is an estimate — Walmart exposes no billed charges per existing order; actual charges live in Walmart Seller Center.

Not yet available to API tokens

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

Authentication: Requires Bearer token.

Response: { data: { total_charge (number), currency (string), placements: [ ... ] } }.

Each placement: fc_name (string|null), ship_node (string|null), node_type (string|null), charge (number), currency (string), items: [ { sku (string|null), quantity (number), charge (number) } ].

Errors: 422 with { message } — e.g. when Walmart hasn't reported items for the shipment yet, or the preview call fails.

Request

Responses

OK

Response Headers
    Content-Type