Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.89 KB

File metadata and controls

17 lines (13 loc) · 1.89 KB

TrackedExternalOrderProduct

Properties

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]

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