This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 2 files changed +11
-4
lines changed
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
2
2
--- | --- | ---
3
3
` discounts ` | [ Discount] | Contains information about the final discount amount for the base product, including discounts on options
4
4
` 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
6
6
` product_name ` | String | The name of the base product
7
7
` product_sale_price ` | Money! | The sale price for the base product including selected options
8
8
` product_sku ` | String! | The SKU of the base product
Original file line number Diff line number Diff line change 1
1
Attribute | Data Type | Description
2
2
--- | --- | ---
3
3
` 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
5
5
` id ` | ID! | The unique identifier for the order item
6
6
` product_name ` | String | The name of the base product
7
7
` product_sale_price ` | Money! | The sale price of the base product, including selected options
@@ -14,5 +14,12 @@ Attribute | Data Type | Description
14
14
` quantity_refunded ` | Float | The number of refunded items
15
15
` quantity_returned ` | Float | The number of returned items
16
16
` 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