Download label

The Download label API retrieves the carrier label by carrier and tracking number.

Endpoint

GET https://marketplace.walmartapis.com/v3/shipping/labels/carriers/{carrierShortName}/trackings/{trackingNo}

Function

Key features of this API include:

  • Downloading labels: Download shipping labels made with the Create label API.
  • Automation: Reduce manual effort automating labels.
  • Integration: Integrate seamlessly with Walmart’s marketplace orders and shipment services.
  • Fulfillment compliance: Get compliant with Walmart's logistics requirements.

Request sample

curl --request GET \ --url https://marketplace.walmartapis.com/v3/shipping/labels/carriers/carrierShortName/trackings/trackingNo \ --header 'Accept: application/pdf'

Modify your code

  • Set the accept header to application/pdf to receive the label as a PDF.
  • Use image/png if you want your label as an image.

Response samples

application/pdf

string

image/png

string

Result

The response returns the label file content for the requested shipment.

  • For application/pdf, the label is returned as a PDF document.
  • For image/png, the label is returned as a PNG image.

Next Steps

The Create label API lets you buy labels from Walmart to ship orders.

The Shipping estimates API provides the best rate to ship an order.

The Label details by purchase order ID API procures shipping label information on multiple orders such as label generation, carrier service type, shipment tracking, shipment protection, and signature protection.

The Supported carriers API provides a list of Walmart's approved carriers to ship orders.

The Discard label API removes shipping labels.

The Supported carrier package types API provides package types the carrier offers.

The Create scan form for labels API creates a scan form (also called a shipping manifest) to group multiple labels together for a carrier to scan a single document at pickup.

The Download scan form API downloads a scan form document from the manifestId.

The Get ship-on-date API provides recommendations for the default ship-on-date and maximum ship-on-date on seller orders.



Did this page help you?