Update: Order Management APIs now support shipNodeType filtering for all marketplaces (US, CA, MX, and CL)

Date: August 11, 2026

The Order Management All orders API has been updated to support the shipNodeType filter in the United States (US), Canada (CA), Mexico (MX), and Chile (CL) marketplaces. This update helps sellers and solution providers retrieve orders based on fulfillment type.

What changed

  • The All orders shipNodeType filter now is now available in the US, CA, MX, and CL marketplaces.
  • shipNodeType support is available for:
    • WFSFulfilled: Returns Walmart Fulfillment Services (WFS) orders.
    • SellerFulfilled: Returns seller-fulfilled orders.
  • The sandbox response has been updated to reflect the new filtering options.
  • Backward compatibility is available for existing integrations across U.S. and international marketplaces.

Why it matters

This update provides the ability to retrieve WFS orders by specifying shipNodeType = WFSFulfilled, aligning the experience with the existing U.S. implementation. Using fulfillment-based filtering can simplify order retrieval, improving workflow efficiency, and making it easier to manage orders across multiple fulfillment models while preserving compatibility with existing integrations.

Next steps

  • Review the updated All orders API Guide and All orders API Reference Guide documentation.
  • Update your integrations to use the shipNodeType filter if you need to retrieve orders by fulfillment type in the US, CA, MX, or CL marketplaces.
  • Verify your integrations in the sandbox environment before deploying to production.