|
| | MutationQuery () |
| | MutationQuery constructor accepts no parameters but it will create a root mutation builder. More...
|
| |
| MutationQuery | checkoutAttributesUpdate (CheckoutAttributesUpdatePayloadDelegate buildQuery, string checkoutId, CheckoutAttributesUpdateInput input, string alias=null) |
| | Updates the attributes of a checkout. More...
|
| |
| MutationQuery | checkoutAttributesUpdateV2 (CheckoutAttributesUpdateV2payloadDelegate buildQuery, string checkoutId, CheckoutAttributesUpdateV2input input, string alias=null) |
| | Updates the attributes of a checkout. More...
|
| |
| MutationQuery | checkoutCompleteFree (CheckoutCompleteFreePayloadDelegate buildQuery, string checkoutId, string alias=null) |
| | Completes a checkout without providing payment information. You can use this mutation for free items or items whose purchase price is covered by a gift card. More...
|
| |
| MutationQuery | checkoutCompleteWithCreditCard (CheckoutCompleteWithCreditCardPayloadDelegate buildQuery, string checkoutId, CreditCardPaymentInput payment, string alias=null) |
| | Completes a checkout using a credit card token from Shopify's Vault. More...
|
| |
| MutationQuery | checkoutCompleteWithCreditCardV2 (CheckoutCompleteWithCreditCardV2payloadDelegate buildQuery, string checkoutId, CreditCardPaymentInputV2 payment, string alias=null) |
| | Completes a checkout using a credit card token from Shopify's card vault. Before you can complete checkouts using CheckoutCompleteWithCreditCardV2, you need to request payment processing. More...
|
| |
| MutationQuery | checkoutCompleteWithTokenizedPayment (CheckoutCompleteWithTokenizedPaymentPayloadDelegate buildQuery, string checkoutId, TokenizedPaymentInput payment, string alias=null) |
| | Completes a checkout with a tokenized payment. More...
|
| |
| MutationQuery | checkoutCompleteWithTokenizedPaymentV2 (CheckoutCompleteWithTokenizedPaymentV2payloadDelegate buildQuery, string checkoutId, TokenizedPaymentInputV2 payment, string alias=null) |
| | Completes a checkout with a tokenized payment. More...
|
| |
| MutationQuery | checkoutCreate (CheckoutCreatePayloadDelegate buildQuery, CheckoutCreateInput input, string alias=null) |
| | Creates a new checkout. More...
|
| |
| MutationQuery | checkoutCustomerAssociate (CheckoutCustomerAssociatePayloadDelegate buildQuery, string checkoutId, string customerAccessToken, string alias=null) |
| | Associates a customer to the checkout. More...
|
| |
| MutationQuery | checkoutCustomerAssociateV2 (CheckoutCustomerAssociateV2payloadDelegate buildQuery, string checkoutId, string customerAccessToken, string alias=null) |
| | Associates a customer to the checkout. More...
|
| |
| MutationQuery | checkoutCustomerDisassociate (CheckoutCustomerDisassociatePayloadDelegate buildQuery, string checkoutId, string alias=null) |
| | Disassociates the current checkout customer from the checkout. More...
|
| |
| MutationQuery | checkoutCustomerDisassociateV2 (CheckoutCustomerDisassociateV2payloadDelegate buildQuery, string checkoutId, string alias=null) |
| | Disassociates the current checkout customer from the checkout. More...
|
| |
| MutationQuery | checkoutDiscountCodeApply (CheckoutDiscountCodeApplyPayloadDelegate buildQuery, string discountCode, string checkoutId, string alias=null) |
| | Applies a discount to an existing checkout using a discount code. More...
|
| |
| MutationQuery | checkoutDiscountCodeApplyV2 (CheckoutDiscountCodeApplyV2payloadDelegate buildQuery, string discountCode, string checkoutId, string alias=null) |
| | Applies a discount to an existing checkout using a discount code. More...
|
| |
| MutationQuery | checkoutDiscountCodeRemove (CheckoutDiscountCodeRemovePayloadDelegate buildQuery, string checkoutId, string alias=null) |
| | Removes the applied discount from an existing checkout. More...
|
| |
| MutationQuery | checkoutEmailUpdate (CheckoutEmailUpdatePayloadDelegate buildQuery, string checkoutId, string email, string alias=null) |
| | Updates the email on an existing checkout. More...
|
| |
| MutationQuery | checkoutEmailUpdateV2 (CheckoutEmailUpdateV2payloadDelegate buildQuery, string checkoutId, string email, string alias=null) |
| | Updates the email on an existing checkout. More...
|
| |
| MutationQuery | checkoutGiftCardApply (CheckoutGiftCardApplyPayloadDelegate buildQuery, string giftCardCode, string checkoutId, string alias=null) |
| | Applies a gift card to an existing checkout using a gift card code. This will replace all currently applied gift cards. More...
|
| |
| MutationQuery | checkoutGiftCardRemove (CheckoutGiftCardRemovePayloadDelegate buildQuery, string appliedGiftCardId, string checkoutId, string alias=null) |
| | Removes an applied gift card from the checkout. More...
|
| |
| MutationQuery | checkoutGiftCardRemoveV2 (CheckoutGiftCardRemoveV2payloadDelegate buildQuery, string appliedGiftCardId, string checkoutId, string alias=null) |
| | Removes an applied gift card from the checkout. More...
|
| |
| MutationQuery | checkoutGiftCardsAppend (CheckoutGiftCardsAppendPayloadDelegate buildQuery, List< string > giftCardCodes, string checkoutId, string alias=null) |
| | Appends gift cards to an existing checkout. More...
|
| |
| MutationQuery | checkoutLineItemsAdd (CheckoutLineItemsAddPayloadDelegate buildQuery, List< CheckoutLineItemInput > lineItems, string checkoutId, string alias=null) |
| | Adds a list of line items to a checkout. More...
|
| |
| MutationQuery | checkoutLineItemsRemove (CheckoutLineItemsRemovePayloadDelegate buildQuery, string checkoutId, List< string > lineItemIds, string alias=null) |
| | Removes line items from an existing checkout. More...
|
| |
| MutationQuery | checkoutLineItemsReplace (CheckoutLineItemsReplacePayloadDelegate buildQuery, List< CheckoutLineItemInput > lineItems, string checkoutId, string alias=null) |
| | Sets a list of line items to a checkout. More...
|
| |
| MutationQuery | checkoutLineItemsUpdate (CheckoutLineItemsUpdatePayloadDelegate buildQuery, string checkoutId, List< CheckoutLineItemUpdateInput > lineItems, string alias=null) |
| | Updates line items on a checkout. More...
|
| |
| MutationQuery | checkoutShippingAddressUpdate (CheckoutShippingAddressUpdatePayloadDelegate buildQuery, MailingAddressInput shippingAddress, string checkoutId, string alias=null) |
| | Updates the shipping address of an existing checkout. More...
|
| |
| MutationQuery | checkoutShippingAddressUpdateV2 (CheckoutShippingAddressUpdateV2payloadDelegate buildQuery, MailingAddressInput shippingAddress, string checkoutId, string alias=null) |
| | Updates the shipping address of an existing checkout. More...
|
| |
| MutationQuery | checkoutShippingLineUpdate (CheckoutShippingLineUpdatePayloadDelegate buildQuery, string checkoutId, string shippingRateHandle, string alias=null) |
| | Updates the shipping lines on an existing checkout. More...
|
| |
| MutationQuery | customerAccessTokenCreate (CustomerAccessTokenCreatePayloadDelegate buildQuery, CustomerAccessTokenCreateInput input, string alias=null) |
| | Creates a customer access token. The customer access token is required to modify the customer object in any way. More...
|
| |
| MutationQuery | customerAccessTokenDelete (CustomerAccessTokenDeletePayloadDelegate buildQuery, string customerAccessToken, string alias=null) |
| | Permanently destroys a customer access token. More...
|
| |
| MutationQuery | customerAccessTokenRenew (CustomerAccessTokenRenewPayloadDelegate buildQuery, string customerAccessToken, string alias=null) |
| | Renews a customer access token. More...
|
| |
| MutationQuery | customerActivate (CustomerActivatePayloadDelegate buildQuery, string id, CustomerActivateInput input, string alias=null) |
| | Activates a customer. More...
|
| |
| MutationQuery | customerAddressCreate (CustomerAddressCreatePayloadDelegate buildQuery, string customerAccessToken, MailingAddressInput address, string alias=null) |
| | Creates a new address for a customer. More...
|
| |
| MutationQuery | customerAddressDelete (CustomerAddressDeletePayloadDelegate buildQuery, string id, string customerAccessToken, string alias=null) |
| | Permanently deletes the address of an existing customer. More...
|
| |
| MutationQuery | customerAddressUpdate (CustomerAddressUpdatePayloadDelegate buildQuery, string customerAccessToken, string id, MailingAddressInput address, string alias=null) |
| | Updates the address of an existing customer. More...
|
| |
| MutationQuery | customerCreate (CustomerCreatePayloadDelegate buildQuery, CustomerCreateInput input, string alias=null) |
| | Creates a new customer. More...
|
| |
| MutationQuery | customerDefaultAddressUpdate (CustomerDefaultAddressUpdatePayloadDelegate buildQuery, string customerAccessToken, string addressId, string alias=null) |
| | Updates the default address of an existing customer. More...
|
| |
| MutationQuery | customerRecover (CustomerRecoverPayloadDelegate buildQuery, string email, string alias=null) |
| | Sends a reset password email to the customer, as the first step in the reset password process. More...
|
| |
| MutationQuery | customerReset (CustomerResetPayloadDelegate buildQuery, string id, CustomerResetInput input, string alias=null) |
| | Resets a customer’s password with a token received from CustomerRecover. More...
|
| |
| MutationQuery | customerResetByUrl (CustomerResetByUrlPayloadDelegate buildQuery, string resetUrl, string password, string alias=null) |
| | Resets a customer’s password with the reset password url received from CustomerRecover. More...
|
| |
| MutationQuery | customerUpdate (CustomerUpdatePayloadDelegate buildQuery, string customerAccessToken, CustomerUpdateInput customer, string alias=null) |
| | Updates an existing customer. More...
|
| |
| override string | ToString () |
| | Will return a GraphQL query. More...
|
| |