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'>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] |