Ship with Walmart Express
After you receive an order that you need to ship internationally from the US to a Mexican customer, you need to generate a label for the package with the Create International Shipment API. The API response provides the tracking information to be passed on to the customers through the Seller Centre. Sellers can also use the GET APIs to retrieve the shipment information using the shipmentId. This is a door to door solution. So the package will be picked from the specified location and delivered directly to the customer.
Ship with Walmart Express APIs overview
-
Retrieve all supported carriers API: Fetches all supported carriers, such as FEDEX, for label generation.
-
Retrieve all supported package types API: This API fetches supported package types (for shipment) for a given carrier.
-
Create label: Creates shipping label based on details such as purchaseOrderId, pickup address, item details etc in request payload. It returns PDF or json response with tracking details.
-
Retrieve PO for purchaseOrderId API: It fetches all labels which are generated for a given purchaseOrderId.
-
Download label API: Returns PDF response of label based on tracking and carrier name.
-
Discard label API: It discards generated label.
Updated about 1 month ago