UnfetchedProduct
Class that represents the unfetched Product in a Product Details query.
Public parameters
Name | Type | Description |
---|---|---|
ProductId | String | ID of the product. |
ProductType | String | String value of the ProductType of product. |
StatusCode | Int | Status code of the Unfetched Product. |
StatusCode
Constants
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown status code. |
ProductNotFound | 3 | Product not found. |
Updated about 15 hours ago