post https://marketplace.walmartapis.com/v3/ca/shipping/multi-package/labels
Create a shipping label for items, with support for multiple packages.
The response to a successful call is either in JSON or PDF format, based on the media type specified in the Accept
header.
For example:
Accept: application/json,application/pdf
returns a PDF response.Accept: application/json
returns a JSON response.