10-04-2023 01:39 AM
Hi. I would like to clarify something, when it comes to Inventory API and relationship between inventory_item and offer. I've read the documentation already. I'm following this guide https://developer.ebay.com/api-docs/sell/static/inventory/inventory-item-to-offer.html
Firstly i'm creating for example inventory_item - sku "xxx" localized for GERMANY ebay - aspects, name, description, images - all in Germany language
Secondly I'm creating offer passing this sku that's clear and specyfing german MarketplaceId.
My question it is possible somehow to get inventory_item craeted earlier "xxx" and create second offer in other marketplace for example EbayUK? I think that's not possible, so how to handle that situation? Should i create another inventory_item (other sku) - payload in english language and then create that offer? Is it one to one relationship (asssuming that offers will be published only in BUY_NOW Format)?