Find the answer to your question
Advanced Search
Which value the Domestic shipping service value are validated against :
Item.Seller.Site
Item.Site
Item.Country
Item.Seller.RegistrationAddress.Country
Detailed Description
When make AddItem call, the Domestic Shipping Service values and other business rules are validated against the Item.Site value you specified in AddItem call. If the Item.Site property is not sent, it is defaulted to the HTTP header X-EBAY-API-SITEID parameter - the eBay site your AddItem API request is routed to and the target site your item is about to be listed. You need to make sure the Item.Site value maps to the numeric X-EBAY-API-SITEID.
For example, if the X-EBAY-API-SITEID is set to 77, then you should define the Item.ShippingDetails.ShippingServiceOptions.ShippingService property, in your AddItem request, to the one of the ShippingService values that obtained from GeteBayDetails API which was made against the site 77.
NOTE. The Item.Site property is always returned in GetItem API and can be used to find out which site the AddItem request was made against.
How well did this answer your question?
Answers others found helpful
- Sample code in C# to list an Item with mixed shipping types using .NET SDK
- GeteBayDetails does not return information for certain sites
- Error 12515 - Missing the primary shipping service option
- Sandbox Limitation : Sandbox may apply an International shipping discount profile to a domestic shipping cost.
- AddItem Family of calls fail with the "All locations provided for postage service "50301" are not allowable for this site"