PaymentTerms
Requires access scope.
Represents the payment terms for an order or draft order.
Anchor to Fields and connectionsFields and connections
- Anchor to draftOrderdraft•
Order The draft order associated with the payment terms.
- Anchor to dueInDaysdue•
In Days Duration of payment terms in days based on the payment terms template used to create the payment terms.
- •ID!non-null
A globally-unique ID.
- Anchor to orderorder•
The order associated with the payment terms.
- Anchor to overdueoverdue•Boolean!non-null
Whether the payment terms have overdue payment schedules.
- Anchor to paymentSchedulespayment•
Schedules PaymentSchedule non-nullConnection! List of schedules for the payment terms.
- Anchor to paymentTermsNamepayment•
Terms Name String!non-null The name of the payment terms template used to create the payment terms.
- Anchor to paymentTermsTypepayment•
Terms Type PaymentTerms non-nullType! The payment terms template type used to create the payment terms.
- Anchor to translatedNametranslated•
Name String!non-null The payment terms name, translated into the shop admin's preferred language.
Map
Fields with this object
Anchor to MutationsMutations
- •mutation
Create payment terms on an order. To create payment terms on a draft order, use a draft order mutation and include the request with the
.
- •mutation
Update payment terms on an order. To update payment terms on a draft order, use a draft order mutation and include the request with the
.