Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.76 KB

TrackedExternalOrderProduct.md

File metadata and controls

15 lines (12 loc) · 1.76 KB

SwaggerClient::TrackedExternalOrderProduct

Properties

Name Type Description Notes
product_sku String The product sku received related to 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 BOOLEAN 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 related to this external order. This property is voluntarily a string because the value could be an invalid one. [optional]
quantity String Indicate the product's quantity ordered. This property is voluntarily a string because the value could be an invalid one [optional]
margin String Indicate the product's margin related to this order. This property is voluntarily a string because the value could be an invalid one [optional]