INPUT_OBJECT
cartCheckoutRequestInput
Request body input for shopping cart submission for checkout.
link GraphQL Schema definition
1 input cartCheckoutRequestInput { 4 2 # Send order e-mail notifications to the target recipient. 3 String : 9 5 # Whether the store is notified when the order processing is complete. E-mail 6 # notifications are only sent when Digital Commerce is configured with Digital 7 # Commerce Payments. 1=Yes ,0=No. 8 String : 13 10 # Specifies whether the customer is notified when the order is successfully 11 # submitted for processing. 1=Yes, 0=No (Default). 12 String : 18 14 # Whether the customer is notified when the order processing is complete. E-mail 15 # notifications are only sent when Digital Commerce is configured with Digital 16 # Commerce Payments. 1=Yes, 0=No. 17 String : 21 19 # Order extended attribute. 20 ComIbmCommerceRestOrderHandlerCartHandlerCheckoutRequestOrderExtendAttributeBodyDescriptionInput] : [ 24 22 # Order identifier. 23 String! : 27 25 # The purchase order ID. 26 String : 30 28 # Send SMS notifications to the target phone number. 29 String : 31 }