post https://marketplace.walmartapis.com/v3/ca/shipping/labels
Create shipping label for items. The response to a successful call are of json or pdf type based on the media type passed in Accept header.
For eg. 'Accept'='application/json,application/pdf' will result in pdf media type and
'Accept'='application/json' as json response.