Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.SDK.DefaultCheckoutQueries Class Reference

Public Member Functions

void Create (MutationQuery query, List< CheckoutLineItemInput > lineItems)
 
void CheckoutCompleteWithTokenizedPaymentV2 (MutationQuery query, string checkoutId, TokenizedPaymentInputV2 tokenizedPaymentInputV2)
 
void Poll (QueryRootQuery query, string checkoutId)
 
void Completed (QueryRootQuery query, string checkoutId)
 
void PaymentPoll (QueryRootQuery query, string paymentId)
 
void AvailableShippingRatesPoll (QueryRootQuery query, string checkoutId)
 
void LineItemsRemove (MutationQuery query, string checkoutId, List< string > lineItemIds)
 
void LineItemsAdd (MutationQuery query, string checkoutId, List< CheckoutLineItemInput > lineItems)
 
void CheckoutLineItemsPage (QueryRootQuery query, string checkoutId, int first=250, string after=null)
 
void ShippingAddressUpdate (MutationQuery query, string checkoutId, MailingAddressInput shippingAddress)
 
void EmailUpdate (MutationQuery query, string checkoutId, String email)
 
void ShippingLineUpdate (MutationQuery query, string checkoutId, String shippingRateHandle)
 

The documentation for this class was generated from the following file: