post https://marketplace.walmartapis.com/v3/cl/shipping/labels
Create a shipping label for items. The response to a successful call is in JSON, PDF, or image format, based on the media type specified in the Accept
header. For example: Accept: application/pdf
returns a PDF response, Accept: image/png
returns an image response, and Accept: application/json
returns a JSON response.