Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit be93b03

Browse files
committed
Fix link
1 parent 5721640 commit be93b03

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/_includes/graphql/customer-orders-output.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -370,16 +370,6 @@ Attribute | Data type | Description
370370
`label` | String! | The name of the option
371371
`value` | String! | The value of the option
372372

373-
#### OrderPaymentMethod attributes {#OrderPaymentMethod}
374-
375-
The OrderPaymentMethod data type contains details about the payment method used to pay for the order.
376-
377-
Attribute | Data type | Description
378-
--- | --- | ---
379-
`additional_data` | [[KeyValue](#KeyValue)] | Additional data per payment method type
380-
`name` | String! | The label that describes the payment method
381-
`type` | String! | The payment method code that indicates how the order was paid for
382-
383373
#### OrderShipment attributes {#OrderShipment}
384374

385375
Attribute | Data type | Description
@@ -405,6 +395,16 @@ Attribute | Data type | Description
405395
`total_shipping` | Money! | The shipping costs for the order
406396
`total_tax` | Money! | The amount of tax applied to the order
407397

398+
#### PaymentMethod attributes {#PaymentMethod}
399+
400+
The PaymentMethod data type contains details about the payment method used to pay for the order.
401+
402+
Attribute | Data type | Description
403+
--- | --- | ---
404+
`additional_data` | [[KeyValue](#KeyValue)] | Additional data per payment method type
405+
`name` | String! | The label that describes the payment method
406+
`type` | String! | The payment method code that indicates how the order was paid for
407+
408408
#### RewardPoints attributes {#RewardPoints}
409409

410410
The `RewardPoints` object provides details about the customer's reward points balance, history, and related information.

0 commit comments

Comments
 (0)