How can add custom variation for prent child products?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 07:27 AM
Re: How can add custom variation for prent child products?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 08:17 AM
Error = A user error has occurred. gender is not allowed as a variation specific.
Some Item Specific headings are reserved. They can only be used to label Item Specifics and can not be used to name a Variation.
Change the label a little so that it won't match the Item Specific. For example, change "gender" to "genders" or choose a different word; or add punctuation like a hyphen or underscore on multi-word labels.
Re: How can add custom variation for prent child products?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 08:21 AM
The basic flow of using the Inventory API to publish a multiple-variation offer involves the use of the following four calls:
- The createOrReplaceInventoryItem call to create the inventory item record for each inventory item that will be part of the inventory item group;
- The createOrReplaceInventoryItemGroup call to create the inventory item group and place its members in the group
- The createOffer call to set the listing details for product variation. Since each of the product variations in the inventory item group will be in the same listing, only the SKU, available quantity, and price should vary. Other details such as categoryId, listingDescription, listing policies (payment, return, and fulfillment), merchantLocationKey, and marketplaceId should be the same since these are listing-level settings;
- The publishOfferByInventoryItemGroup call to activate the offer on the eBay marketplace.
Both of the flows above assume that an inventory location has already been set up for the seller. If not, the seller would also have to use the createInventoryLocation call so they could reference an inventory location in the createOffer call.
For more details, please have a look here: https://developer.ebay.com/api-docs/sell/static/inventory/inventory-item-to-offer.html
eBay Developer Support
Re: How can add custom variation for prent child products?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 04:40 AM
Thanks is that help me.
