Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 2.29 KB

MigrateListingResponse.md

File metadata and controls

15 lines (12 loc) · 2.29 KB

# MigrateListingResponse

Properties

Name Type Description Notes
errors \Ebay\Sell\Inventory\Model\Error[] If one or more errors occur with the attempt to migrate the listing, this container will be returned with detailed information on each error. [optional]
inventory_item_group_key string This field will only be returned for a multiple-variation listing that the seller attempted to migrate. Its value is auto-generated by eBay. For a multiple-variation listing that is successfully migrated to the new Inventory model, eBay automatically creates an inventory item group object for the listing, and the seller will be able to retrieve and manage that new inventory item group object by using the value in this field. [optional]
inventory_items \Ebay\Sell\Inventory\Model\InventoryItemListing[] This container exists of an array of SKU values and offer IDs. For single-variation listings, this will only be one SKU value and one offer ID (if listing was successfully migrated), but multiple SKU values and offer IDs will be returned for multiple-variation listings. [optional]
listing_id string The unique identifier of the eBay listing that the seller attempted to migrate. [optional]
marketplace_id string This is the unique identifier of the eBay Marketplace where the listing resides. The value fo the eBay US site will be EBAY_US. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:MarketplaceEnum&#39;&gt;eBay API documentation</a> [optional]
status_code int This field is returned for each listing that the seller attempted to migrate. See the HTTP status codes table to see which each status code indicates. [optional]
warnings \Ebay\Sell\Inventory\Model\Error[] If one or more warnings occur with the attempt to migrate the listing, this container will be returned with detailed information on each warning. It is possible that a listing can be successfully migrated even if a warning occurs. [optional]

[Back to Model list] [Back to API list] [Back to README]