Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.22 KB

OrderItem.md

File metadata and controls

21 lines (17 loc) · 1.22 KB

OrderItem

Properties

Name Type Description Notes
title string The title of the order item [optional]
condition string The condition of the order item [optional]
image_url \IMN\Swagger\Client\Model\HttpUrl [optional]
merchant_offer_sku \IMN\Swagger\Client\Model\Sku [optional]
gtin \IMN\Swagger\Client\Model\Gtin [optional]
marketplace_product_id string The marketplace product identifier of the order item [optional]
marketplace_product_url \IMN\Swagger\Client\Model\HttpUrl [optional]
item_price float The price of the order item [optional]
item_tax float The tax of the order item [optional]
quantity float The quantity of the order item [optional]
shipping_price float The shipping price of the order item [optional]
total_price float The total price of the order item [optional]

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