Magidoc

CheckoutCreateInput
Input Object

Fields

#

billingAddress

Billing address of the customer.

currency

Currency for this checkout.

email

The customer's email address.

lines

Non-null

A list of checkout lines, each containing information about an item in the checkout.

shippingAddress

The mailing address to where the checkout will be shipped. Note: the address will be ignored if the checkout doesn't contain shippable items.

Usages

#

References

#

  • Argument input of field checkoutCreate from type Mutation