DraftOrderCustomLineItemInput
InputInput fields accepted for draft order custom line item input.
#
Fields
- Long!
centAmount The cent amount to use for this draft order custom line item input.
- String!
currencyCode The currency code to use for this draft order custom line item input.
- DraftOrderManualDiscountInput
discount The discount to use for this draft order custom line item input.
- ID
mediaId The media id to use for this draft order custom line item input.
- [KeyValuePairOfStringAndStringInput!]
metadata The metadata to use for this draft order custom line item input.
- String!
name The name to use for this draft order custom line item input.
- Int!
quantity The quantity to use for this draft order custom line item input.
- String
sku The sku to use for this draft order custom line item input.
- DraftOrderTaxBehavior!
taxBehavior The tax behavior to use for this draft order custom line item input.
Possible enum valuesEXCLUSIVETax is calculated and added on top of the entered price.
INCLUSIVETax is already included in the entered price.