-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to synchronize listings to other European marketplaces? #4560
Comments
Hi @senxiaoxing, Have you tried using the Let me know if this helps! Best, |
Hi there, I am successfully creating listings using this approach, but I have a question regarding validation. In the schema for the product type "PRODUCT", with the requirement "LISTING_OFFER_ONLY", the field merchant_shipping_group is marked as mandatory if the node fulfillment_availability/fulfillment_channel_code is present with the value "DEFAULT". The issue is that, in some cases, we don’t know the correct merchant_shipping_group to use, as the SP-API does not provide information about the default shipping group—only a list of available options. However, I’ve noticed that even if we don’t provide a merchant_shipping_group, the listing is still created using the default shipping template. I’m concerned about ignoring the schema validation, as I’m unsure whether omitting the merchant_shipping_group will always work. Is this behavior expected? Will it remain this way in the future? Thanks in advance for your help! |
Hi @diegocvazquez, Thank you for confirming that the recommended approach worked for you. Regarding your question on merchant shipping groups, could you please create a separate issue as it is out of scope of the original one? I will provide my answer there once you create it. Best, |
Hi @jawheral ,
The issues returned by the api are:
|
Hi @senxiaoxing, I checked your submissions and LISTING_PRODUCT_ONLY was used rather than LISTING_OFFER_ONLY. Additionally you are submitting for product type ANIMAL_CARRIER but that product type doesn't have the Please review your submissions and always validate against the Product Type Definitions schema for your product type before sending the requests. You can learn more on the listings workflows here. Best, |
Hi @jawheral , I think I understand what you mean, I can't directly sync the attributes of one SKU to another marketplaces, I have to generate json data based on the json schema of the product type, and it has to be validated. By the way, I also found a way to create offers in the Amazon back office by download a product spreadsheets template for global selling.Do I need to upload through Thanks in advance for your help! |
Hi @senxiaoxing, XML and Flat File Listings feeds are deprecated and will be removed in the soon future. See the deprecation reminder here. If you need an API solution, my recommendation is to use the Listings Items API and the JSON_LISTINGS_FEEDS to manage listings. Best, |
Hi @jawheral , Thank you for your patient reply, which has answered all my doubts. This issue can be closed. |
I have already created Listing in the German marketplace, and now I want to sync up to European marketplaces like France, Italy, and Spain. I tried the following, but it didn't seem to work.
I really have no way, can you help me? Or can you provide some practical solutions for global synchronization. Thank you very much!
The text was updated successfully, but these errors were encountered: