This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Attribute | Data type | Description
22--- | --- | ---
33` discounts ` | [ Discount] | Contains information about the final discount amount for the base product, including discounts on options
44` id ` | ID! | The unique ID of the invoice item
5- ` order_item ` | OrderItemInterface | Contains details about an individual order item
5+ ` order_item ` | [ OrderItemInterface] ( {{page.baseurl}}/graphql/interfaces/order-item-interface.html ) | Contains details about an individual order item
66` product_name ` | String | The name of the base product
77` product_sale_price ` | Money! | The sale price for the base product including selected options
88` product_sku ` | String! | The SKU of the base product
Original file line number Diff line number Diff line change 11Attribute | Data Type | Description
22--- | --- | ---
33` discounts ` | [ Discount] | Final discount information for the product
4- ` entered_options ` | [ OrderItemOption] | The entered option for the base product, such as a logo or image
4+ ` entered_options ` | [ ` [ OrderItemOption]` ] ( #OrderItemOption ) | The entered option for the base product, such as a logo or image
55` id ` | ID! | The unique identifier for the order item
66` product_name ` | String | The name of the base product
77` product_sale_price ` | Money! | The sale price of the base product, including selected options
@@ -14,5 +14,12 @@ Attribute | Data Type | Description
1414` quantity_refunded ` | Float | The number of refunded items
1515` quantity_returned ` | Float | The number of returned items
1616` quantity_shipped ` | Float | The number of shipped items
17- ` selected_options ` | [ OrderItemOption] | The selected options for the base product, such as color or size
18- ` status ` | String | The status of the order item
17+ ` selected_options ` | [ ` [OrderItemOption] ` ] ( #OrderItemOption ) | The selected options for the base product, such as color or size
18+ ` status ` | String | The status of the order item
19+
20+ #### OrderItemOption attributes {#OrderItemOption}
21+
22+ Attribute | Data type | Description
23+ --- | --- | ---
24+ ` label ` | String! | The name of the option
25+ ` value ` | String! | The value of the option
You can’t perform that action at this time.
0 commit comments