OBJECT
SellerOnboardingProcess
Returns the seller onboarding processes.
link GraphQL Schema definition
- type SellerOnboardingProcess implements Node {
- # Resulting action when the seller onboarding process is triggered
- SellerOnboardingProcessActionEnum! :
- # Description of the seller onboarding process
- String! :
- # Optional headers supplied as JSON that can be used to access further configure
- # HTTP POST requests (e.g. { Authorization: "Basic x123" })
- JSON :
- ID! :
- # Name of the seller onboarding process
- String! :
- # Optional Seller GraphQL query that can be used to determine the result will be
- # sent when the Seller Onboarding Process is triggered. If left blank, the Seller
- # Onboarding Process will return a default query (e.g. "query($id: ID!){ node(id:
- # $id) { __typename } }")
- String :
- # Text displayed for the trigger button
- String! :
- # External URL listening for incoming HTTP POST
- String! :
- }
link Require by
This element is not required by anyone