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