Create label

Create shipping label for items. The response to a successful call are of json,pdf or image type based on the media type passed in Accept header.
For eg. 'Accept'='application/pdf' will result in pdf media type and
'Accept'='image/png' as image media type and 'Accept'='application/json' as json response.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Label fields

string
required

Package Type. Supported Package Types are - 'CUSTOM_PACKAGE'

boxDimensions
object
required

Box Dimensions

boxItems
array of objects
required

Box Items

boxItems*
fromAddress
object
required

From Address

string
required

Purchase Order Id

string
required

Carrier Name. For now, the only supported carrier is - 'MailAmericas'

string
required

Carrier Service Type. For now, supported values are - 'US_CL_MAIL_AMERICAS', 'CN_CL_MAIL_AMERICAS'

string
required

Carrier shipping method, For now, supported values are - 'STANDARD'

boolean
required

save this set of shipping package for next time usage

string
required

Carrier label size. For now, supported values are - 'LETTER_SIZE', 'A4', 'A6', 'A8' for MailAmericas

Headers
string
enum
required
Allowed:
string
required

The access token retrieved in the Token API call

string

A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during onboarding

string
required

A unique ID which identifies each API call and used to track and debug issues; use a random generated GUID for this ID

string
required

Walmart Service Name

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/pdf
image/png