02-12-2025 04:51 AM
Hi,
i have created offer with bellow data.
{
"offerId": "40041956011",
"sku": "CAR-LLL",
"marketplaceId": "EBAY_US",
"format": "FIXED_PRICE",
"listingDescription": "This is a new product. \nDescription here.",
"availableQuantity": 50,
"quantityLimitPerBuyer": 2,
"pricingSummary": {
"price": {
"value": "249.99",
"currency": "USD"
},
"pricingVisibility": "PRE_CHECKOUT"
},
"listingPolicies": {
"returnPolicyId": "264204754014",
"fulfillmentPolicyId": "264204745014",
"shippingCostOverrides": [
{
"shippingServiceType": "DOMESTIC"
}
],
"eBayPlusIfEligible": false
},
"categoryId": "57988",
"merchantLocationKey": "ship1",
"tax": {
"applyTax": false
},
"status": "UNPUBLISHED",
"listingDuration": "DAYS_30",
"lotSize": 50,
"includeCatalogProductDetails": false,
"hideBuyerDetails": false,
"shippingOptions": [
{
"shippingCost": {
"value": "0.00",
"currency": "USD"
},
"shippingServiceCode": "USPSPriorityMail",
"shipToLocations": [
{
"countryCode": "US"
}
],
"packageType": "USPSPriorityMailFlatRateBox"
}
]
}
but when i when i am checking the offer data using getOffer in API exlorer tool but not geting "shippingoption" node in joson data.
when i am going to publish the data using API explorer tool getting. bellow error.
{
"errors": [
{
"errorId": 25101,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "Request",
"message": "Invalid <ShippingPackage>."
}
]
}
can any one help me to solve the issue ?
07-01-2025 03:35 AM
Hi, was this ever solved? Having the same issue.