All Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
Storefront.MutationQuery |
checkoutAttributesUpdate(ID checkoutId,
Storefront.CheckoutAttributesUpdateInput input,
Storefront.CheckoutAttributesUpdatePayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutAttributesUpdateV2(ID checkoutId,
Storefront.CheckoutAttributesUpdateV2Input input,
Storefront.CheckoutAttributesUpdateV2PayloadQueryDefinition queryDef)
Updates the attributes of a checkout.
|
Storefront.MutationQuery |
checkoutCompleteFree(ID checkoutId,
Storefront.CheckoutCompleteFreePayloadQueryDefinition queryDef)
Completes a checkout without providing payment information.
|
Storefront.MutationQuery |
checkoutCompleteWithCreditCard(ID checkoutId,
Storefront.CreditCardPaymentInput payment,
Storefront.CheckoutCompleteWithCreditCardPayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutCompleteWithCreditCardV2(ID checkoutId,
Storefront.CreditCardPaymentInputV2 payment,
Storefront.CheckoutCompleteWithCreditCardV2PayloadQueryDefinition queryDef)
Completes a checkout using a credit card token from Shopify's card vault.
|
Storefront.MutationQuery |
checkoutCompleteWithTokenizedPayment(ID checkoutId,
Storefront.TokenizedPaymentInput payment,
Storefront.CheckoutCompleteWithTokenizedPaymentPayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutCompleteWithTokenizedPaymentV2(ID checkoutId,
Storefront.TokenizedPaymentInputV2 payment,
Storefront.CheckoutCompleteWithTokenizedPaymentV2PayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutCompleteWithTokenizedPaymentV3(ID checkoutId,
Storefront.TokenizedPaymentInputV3 payment,
Storefront.CheckoutCompleteWithTokenizedPaymentV3PayloadQueryDefinition queryDef)
Completes a checkout with a tokenized payment.
|
Storefront.MutationQuery |
checkoutCreate(Storefront.CheckoutCreateInput input,
Storefront.CheckoutCreatePayloadQueryDefinition queryDef)
Creates a new checkout.
|
Storefront.MutationQuery |
checkoutCustomerAssociate(ID checkoutId,
java.lang.String customerAccessToken,
Storefront.CheckoutCustomerAssociatePayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutCustomerAssociateV2(ID checkoutId,
java.lang.String customerAccessToken,
Storefront.CheckoutCustomerAssociateV2PayloadQueryDefinition queryDef)
Associates a customer to the checkout.
|
Storefront.MutationQuery |
checkoutCustomerDisassociate(ID checkoutId,
Storefront.CheckoutCustomerDisassociatePayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutCustomerDisassociateV2(ID checkoutId,
Storefront.CheckoutCustomerDisassociateV2PayloadQueryDefinition queryDef)
Disassociates the current checkout customer from the checkout.
|
Storefront.MutationQuery |
checkoutDiscountCodeApply(java.lang.String discountCode,
ID checkoutId,
Storefront.CheckoutDiscountCodeApplyPayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutDiscountCodeApplyV2(java.lang.String discountCode,
ID checkoutId,
Storefront.CheckoutDiscountCodeApplyV2PayloadQueryDefinition queryDef)
Applies a discount to an existing checkout using a discount code.
|
Storefront.MutationQuery |
checkoutDiscountCodeRemove(ID checkoutId,
Storefront.CheckoutDiscountCodeRemovePayloadQueryDefinition queryDef)
Removes the applied discount from an existing checkout.
|
Storefront.MutationQuery |
checkoutEmailUpdate(ID checkoutId,
java.lang.String email,
Storefront.CheckoutEmailUpdatePayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutEmailUpdateV2(ID checkoutId,
java.lang.String email,
Storefront.CheckoutEmailUpdateV2PayloadQueryDefinition queryDef)
Updates the email on an existing checkout.
|
Storefront.MutationQuery |
checkoutGiftCardApply(java.lang.String giftCardCode,
ID checkoutId,
Storefront.CheckoutGiftCardApplyPayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutGiftCardRemove(ID appliedGiftCardId,
ID checkoutId,
Storefront.CheckoutGiftCardRemovePayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutGiftCardRemoveV2(ID appliedGiftCardId,
ID checkoutId,
Storefront.CheckoutGiftCardRemoveV2PayloadQueryDefinition queryDef)
Removes an applied gift card from the checkout.
|
Storefront.MutationQuery |
checkoutGiftCardsAppend(java.util.List<java.lang.String> giftCardCodes,
ID checkoutId,
Storefront.CheckoutGiftCardsAppendPayloadQueryDefinition queryDef)
Appends gift cards to an existing checkout.
|
Storefront.MutationQuery |
checkoutLineItemsAdd(java.util.List<Storefront.CheckoutLineItemInput> lineItems,
ID checkoutId,
Storefront.CheckoutLineItemsAddPayloadQueryDefinition queryDef)
Adds a list of line items to a checkout.
|
Storefront.MutationQuery |
checkoutLineItemsRemove(ID checkoutId,
java.util.List<ID> lineItemIds,
Storefront.CheckoutLineItemsRemovePayloadQueryDefinition queryDef)
Removes line items from an existing checkout.
|
Storefront.MutationQuery |
checkoutLineItemsReplace(java.util.List<Storefront.CheckoutLineItemInput> lineItems,
ID checkoutId,
Storefront.CheckoutLineItemsReplacePayloadQueryDefinition queryDef)
Sets a list of line items to a checkout.
|
Storefront.MutationQuery |
checkoutLineItemsUpdate(ID checkoutId,
java.util.List<Storefront.CheckoutLineItemUpdateInput> lineItems,
Storefront.CheckoutLineItemsUpdatePayloadQueryDefinition queryDef)
Updates line items on a checkout.
|
Storefront.MutationQuery |
checkoutShippingAddressUpdate(Storefront.MailingAddressInput shippingAddress,
ID checkoutId,
Storefront.CheckoutShippingAddressUpdatePayloadQueryDefinition queryDef)
|
Storefront.MutationQuery |
checkoutShippingAddressUpdateV2(Storefront.MailingAddressInput shippingAddress,
ID checkoutId,
Storefront.CheckoutShippingAddressUpdateV2PayloadQueryDefinition queryDef)
Updates the shipping address of an existing checkout.
|
Storefront.MutationQuery |
checkoutShippingLineUpdate(ID checkoutId,
java.lang.String shippingRateHandle,
Storefront.CheckoutShippingLineUpdatePayloadQueryDefinition queryDef)
Updates the shipping lines on an existing checkout.
|
Storefront.MutationQuery |
customerAccessTokenCreate(Storefront.CustomerAccessTokenCreateInput input,
Storefront.CustomerAccessTokenCreatePayloadQueryDefinition queryDef)
Creates a customer access token.
|
Storefront.MutationQuery |
customerAccessTokenCreateWithMultipass(java.lang.String multipassToken,
Storefront.CustomerAccessTokenCreateWithMultipassPayloadQueryDefinition queryDef)
Creates a customer access token using a multipass token instead of email and password.
|
Storefront.MutationQuery |
customerAccessTokenDelete(java.lang.String customerAccessToken,
Storefront.CustomerAccessTokenDeletePayloadQueryDefinition queryDef)
Permanently destroys a customer access token.
|
Storefront.MutationQuery |
customerAccessTokenRenew(java.lang.String customerAccessToken,
Storefront.CustomerAccessTokenRenewPayloadQueryDefinition queryDef)
Renews a customer access token.
|
Storefront.MutationQuery |
customerActivate(ID id,
Storefront.CustomerActivateInput input,
Storefront.CustomerActivatePayloadQueryDefinition queryDef)
Activates a customer.
|
Storefront.MutationQuery |
customerActivateByUrl(java.lang.String activationUrl,
java.lang.String password,
Storefront.CustomerActivateByUrlPayloadQueryDefinition queryDef)
Activates a customer with the activation url received from `customerCreate`.
|
Storefront.MutationQuery |
customerAddressCreate(java.lang.String customerAccessToken,
Storefront.MailingAddressInput address,
Storefront.CustomerAddressCreatePayloadQueryDefinition queryDef)
Creates a new address for a customer.
|
Storefront.MutationQuery |
customerAddressDelete(ID id,
java.lang.String customerAccessToken,
Storefront.CustomerAddressDeletePayloadQueryDefinition queryDef)
Permanently deletes the address of an existing customer.
|
Storefront.MutationQuery |
customerAddressUpdate(java.lang.String customerAccessToken,
ID id,
Storefront.MailingAddressInput address,
Storefront.CustomerAddressUpdatePayloadQueryDefinition queryDef)
Updates the address of an existing customer.
|
Storefront.MutationQuery |
customerCreate(Storefront.CustomerCreateInput input,
Storefront.CustomerCreatePayloadQueryDefinition queryDef)
Creates a new customer.
|
Storefront.MutationQuery |
customerDefaultAddressUpdate(java.lang.String customerAccessToken,
ID addressId,
Storefront.CustomerDefaultAddressUpdatePayloadQueryDefinition queryDef)
Updates the default address of an existing customer.
|
Storefront.MutationQuery |
customerRecover(java.lang.String email,
Storefront.CustomerRecoverPayloadQueryDefinition queryDef)
Sends a reset password email to the customer, as the first step in the reset password process.
|
Storefront.MutationQuery |
customerReset(ID id,
Storefront.CustomerResetInput input,
Storefront.CustomerResetPayloadQueryDefinition queryDef)
Resets a customer’s password with a token received from `CustomerRecover`.
|
Storefront.MutationQuery |
customerResetByUrl(java.lang.String resetUrl,
java.lang.String password,
Storefront.CustomerResetByUrlPayloadQueryDefinition queryDef)
Resets a customer’s password with the reset password url received from `CustomerRecover`.
|
Storefront.MutationQuery |
customerUpdate(java.lang.String customerAccessToken,
Storefront.CustomerUpdateInput customer,
Storefront.CustomerUpdatePayloadQueryDefinition queryDef)
Updates an existing customer.
|
java.lang.String |
toString() |