{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Inventory_item_group API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Inventory_item_group", "type": "folder" }, "items": [ { "info": { "name": "getInventoryItemGroup", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/inventory_item_group/:inventoryItemGroupKey", "params": [ { "name": "inventoryItemGroupKey", "value": "", "type": "path", "description": "This path parameter specifies the unique identifier of the inventory item group being retrieved. This value is assigned by the seller when an inventory item group is created." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This call retrieves the inventory item group for a given inventoryItemGroupKey value. The inventoryItemGroupKey value is passed in at the end of the call URI." }, { "info": { "name": "createOrReplaceInventoryItemGroup", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ebay.com{basePath}/inventory_item_group/:inventoryItemGroupKey", "headers": [ { "name": "Content-Language", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "inventoryItemGroupKey", "value": "", "type": "path", "description": "This path parameter specifies the unique identifier of the inventory item group being created or updated. This identifier is defined by the seller.

This value cannot be changed once it is set.

Max Length: 50" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Note: Each listing can be revised up to 250 times in one calendar day. If this revision threshold is reached, the seller will be blocked from revising the item until the next calendar day.
This call creates a new inventory item group or updates an existing inventory item group. It is up to sellers whether they want to create a complete inventory item group record right from the start, or sellers can provide only some information with the initial" }, { "info": { "name": "deleteInventoryItemGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ebay.com{basePath}/inventory_item_group/:inventoryItemGroupKey", "params": [ { "name": "inventoryItemGroupKey", "value": "", "type": "path", "description": "This path parameter specifies the unique identifier of the inventory item group being deleted. This value is assigned by the seller when an inventory item group is created." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This call deletes the inventory item group for a given inventoryItemGroupKey value." } ] } ], "bundled": true }