eBay Publish Inventory Item Group
*Summary of Changes:* (The purpose of this table is to keep traceability and Product team to highlight the things that were changed into the scope, based on comments or discussions)
Date | Version | Name | Applied changes |
---|---|---|---|
17.02.2025 | v1.0 | Bogomil Pavlov | First Published |
URL:POST [https://api.ebay.com/sell/inventory/v1/offer/publish_by_inventory_item_group](https://api.ebay.com/sell/inventory/v1/offer/publish_by_inventory_item_group)
Documentation: https://developer.ebay.com/api-docs/sell/inventory/resources/offer/methods/publishOfferByInventoryItemGroup
Sample Request:
{
"inventoryItemGroupKey": "0*********1_GRP",
"marketplaceId": "EBAY_US"
}
Request Mapping:
eBay Field | Hemi Field | Required | Comment | |
---|---|---|---|---|
Sample Response:
{
"listingId": "1**********4"
}