eBay

Overview

https://developer.ebay.com/api-docs/sell/inventory/overview.html

The Inventory API is used to create and manage inventory item records, and then convert these inventory items into product offers on eBay marketplaces. The Inventory API has the following entities:

  • Inventory Item: before a product can be sold in an offer on an eBay marketplace, an inventory item record must exist for that product. An inventory item record contains such things as product details, item condition, quantity available. Every Inventory Item must also have a seller-defined SKU value, and this value must be unique across the seller's inventory.

  • Inventory Item Group: an inventory item group is necessary if the seller would like to create and manage multiple-variation listings through the Inventory API. An inventory item group is a collection of similar inventory items that might vary on a couple of aspects like color and size.

inventory_item

Method Name
HTTP Method
Path
Summary

bulkCreateOrReplaceInventoryItem

POST

/bulk_create_or_replace_inventory_item

This call is used by the seller to create and/or update up to 25 inventory item records.

bulkGetInventoryItem

POST

/bulk_get_inventory_item

This call is used by the seller to retrieve up to 25 inventory item records.

bulkUpdatePriceQuantity

POST

/bulk_update_price_quantity

This call is used by the seller to update the total ship-to-home quantity of an inventory item and/or to update the price and/or quantity of that same inventory item in an actual live offer.

createOrReplaceInventoryItem

PUT

/inventory_item/{sku}

This call creates a new inventory item record or updates an existing inventory item record.

deleteInventoryItem

DELETE

/inventory_item/{sku}

This call is used to delete an inventory item record associated with a specified SKU.

getInventoryItem

GET

/inventory_item/{sku}

This call retrieves the inventory item record for a given SKU.

getInventoryItems

GET

/inventory_item

This call retrieves all inventory item records defined for the seller's account.

POST https://api.ebay.com/sell/inventory/v1/bulk_create_or_replace_inventory_item

Zuletzt aktualisiert

War das hilfreich?