01-16-2024 06:40 PM
Return errors using the Samples request createFulfillmentPolicy API [],
https://developer.ebay.com/my/api_test_tool?index=0&api=account&call=fulfillment_policy__POST&variat...
request:
{
"categoryTypes": [
{
"name": "ALL_EXCLUDING_MOTORS_VEHICLES"
}
],
"marketplaceId": "EBAY_US",
"name": "Domestic free shipping",
"handlingTime": {
"unit" : "DAY",
"value" : "1"
},
"shippingOptions": [
{
"costType": "FLAT_RATE",
"optionType": "DOMESTIC",
"shippingServices": [
{
"buyerResponsibleForShipping": "false",
"freeShipping": "true",
"shippingCarrierCode": "USPS",
"shippingServiceCode": "USPSPriorityFlatRateBox"
}
]
}
]
}
response:
{
"errors": []
}
01-16-2024 06:48 PM
Sandbox environment