Docs
Dashboard

DraftOrderCustomLineItemInput

Input

Input fields accepted for draft order custom line item input.

#

Fields


centAmount
Long!

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

currencyCode
String!

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

discount
DraftOrderManualDiscountInput

The discount to use for this draft order custom line item input.

mediaId
ID

The media id to use for this draft order custom line item input.

metadata
[KeyValuePairOfStringAndStringInput!]

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

name
String!

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

quantity
Int!

The quantity to use for this draft order custom line item input.

sku
String

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

taxBehavior
DraftOrderTaxBehavior!

The tax behavior to use for this draft order custom line item 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.