| Name | Type | Description | Notes |
|---|---|---|---|
| product_sku | string | The product sku received for the external order | |
| product_title | string | We tried to get the catalog product title based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog. | [optional] |
| product_image_url | string | We tried to get the catalog product image Url based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog. | [optional] |
| product_active | bool | We tried to get the catalog product if it's still active based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog. | [optional] |
| product_id | string | We tried to get the catalog product identifier based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog. | [optional] |
| unit_price | string | The product's unit price for the external order. This property is voluntarily a string because the value could be an invalid one. | [optional] |
| quantity | string | The quantity of this product for the external order. This property is voluntarily a string because the value could be an invalid one | [optional] |
| margin | string | The product's margin for the external order. This property is voluntarily a string because the value could be an invalid one | [optional] |