Ship With Walmart
Overview
The Ship With Walmart (SWW) service APIs enable sellers to buy shipping at competitively discounted rates directly from Walmart to ship their goods internationally to Chile customers.
Here’s an overview of how to get started:
After you receive a customer order, a shipping label needs to be created to ship the order. Below are the APIs that you can use to buy shipping labels to process customer orders:
-
GET carriers: Use this API to return all carriers supported by Ship With Walmart. Note that currently we are only supporting MailAmericas but stay tuned for more carrier options.
-
GET supported package types for the carrier: Use this API to return all supported package types for the selected carrier.
-
POST generate labels: Use this API to generate shipping labels based on details such as purchaseOrderId, pickup address, item details, etc. in request payload. It returns PDF or JSON response with tracking URL and base64Encoded label details.
-
DELETE discard: Use this API to mark a generated label as discarded.
-
GET/DOWNLOAD label for a carrier and tracking number: Use this API to fetch a label for a carrier and tracking number combination.
-
GET labels for a purchase order: Use this API to fetch all labels generated for a purchase order.
International shipping overview
After you receive an order that needs to be shipped internationally to a Chile customer, you will need to generate a label for the package with the Create Label API, this will provide you with the details for processing your shipment with the selected carrier.
After the package is delivered to the carrier, you will need to update your order through Seller Center or using the Shipping Updates – Orders API.
At the moment, we do not support door-to-door pickups, so please make sure to deliver your items in time to the carrier.
For now, supported countries for international shipping into Chile are:
- United States
- China
Get started selling items on Chilean site
To list items on Chile’s Marketplace you need to be onboarded as a Chile seller. To learn how to get started, see Four steps to become a seller in the Seller Help Knowledge Base.
After you are onboarded as a Chile seller, you will be able to login into the Developer Portal to get your credentials and set up authentication to use the APIs. Apart from Ship With Walmart, you can also use APIs to set up your catalog, update prices and inventory, as well as manage orders. API functionality is always growing, so keep checking the Developer Portal for any updates.
Onboarded sellers can also use Seller Center to manage their operations.
Updated about 1 month ago