post https://marketplace.walmartapis.com/v3/cl/shipping/labels
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.
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.