Hi, I need returnPolicyId to publish the Offer.
I am using CreateReturnPolicy API but I am getting one error
Status: "400 Bad RequestTime"
{
"errors": []
}
API URL: https://api.sandbox.ebay.com/sell/account/v1/return_policy
Payload:
{
"name": "minimal return policy, US marketplace",
"marketplaceId": "EBAY_US",
"refundMethod": "MONEY_BACK",
"returnsAccepted": true,
"returnShippingCostPayer": "SELLER",
"returnPeriod": {
"value": 30,
"unit": "DAY"
}
}
can you help me to resolve this issue?
we have our release next week but I block due to this issue.