Description
Not able to create the return label using the API with USPS
When I try to create theUSPS return Label using API I am not getting expected result
I expected:
It should create a return label for the specific order .
What actually happened:
It is not creating the return label.
Request Details
POST v3/return_order/XXX/label/pitney
{
“shipper_id”:0,
“shipping_method”:“LIB”
}
## Response Details
### Body
{
"error_message": "Additional properties are not allowed ('shipper_id', 'shipping_method' were unexpected)",
"param": null
}
Request ID
486055a4-3742-4207-a880-3c8cef31c2ee