Anchor to SubscriptionContractUserErrorSubscription
objectSubscription Contract User Error
The error codes for failed subscription contract mutations.
Anchor to FieldsFields
- code (SubscriptionContractUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Subscription
Contract User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- subscriptionContractFetchDeliveryOptions (SubscriptionContractFetchDeliveryOptionsPayload)
- subscriptionContractSelectDeliveryMethod (SubscriptionContractSelectDeliveryMethodPayload)
- •mutation
Fetches the available delivery options for a Subscription Contract.
- Anchor to subscriptionContractIdsubscription•ID!
Contract Id required The ID of the subscription contract.
- Anchor to addressaddress•Customer
Address Input The address to deliver the subscription contract to.
Arguments
- •mutation
Selects an option from a delivery options result and updates the delivery method on a Subscription Contract.
- Anchor to subscriptionContractIdsubscription•ID!
Contract Id required The ID of the subscription contract.
- Anchor to subscriptionDeliveryOptionsResultTokensubscription•String!
Delivery Options Result Token required The token associated with the successfully fetched delivery options result for the subscription contract.
- Anchor to deliveryMethodInputdelivery•Subscription
Method Input Delivery Method Input! required The delivery method selected for the subscription contract.
Arguments
Was this section helpful?