Docs
Dashboard

DraftOrderCustomShippingLineInput

Input

Input fields accepted for draft order custom shipping line input.

#

Fields


centAmount
Long!

The cent amount to use for this draft order custom shipping line input.

currencyCode
String!

The currency code to use for this draft order custom shipping line input.

description
String

The description to use for this draft order custom shipping line input.

metadata
[KeyValuePairOfStringAndStringInput!]

The metadata to use for this draft order custom shipping line input.

name
String!

The name to use for this draft order custom shipping line input.

sku
String

The sku to use for this draft order custom shipping line input.

taxBehavior
DraftOrderTaxBehavior!

The tax behavior to use for this draft order custom shipping line input.

Possible enum values
  • EXCLUSIVE

    Tax is calculated and added on top of the entered price.

  • INCLUSIVE

    Tax is already included in the entered price.