CheckoutCreateInput
input
The input fields for creating a checkout.
Fields
A list of line items.
The email address of the associated customer.
The order source. Valid values are:
0: Placed by the customer1: Placed by the merchant
Deprecated
This field has been deprecated since
v20251201.The information about the associated customer identity.
A list of custom attributes attached to the checkout, used to collect additional business information.
The note that the merchant adds to the checkout.
The associated shipping address.
Whether an incomplete shipping address is allowed.
true: Allowed. The system will skip required field validation for recipient name fields (firstNameandlastName) and detailed address fields (zip,city,address1, andaddress2), allowing them to be omitted,null, or an empty string"".false: Disallowed.
The unique ID of the cart, used to locate the cart whose items will be converted into checkout line items. This field is mutually exclusive with
lineItems. Providing cartId and lineItems at the same time will result in an error.Map
Argument from
CheckoutCreateInput
Was this article helpful to you?