Create Sales Channels Scx Signups
Creates an onboarding sign-up for a new SCX seller on the given channel. Returns a sign-up id that must be passed to FinalizeScxSignUp once the seller has completed onboarding.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The tenant ID for the target ERP instance.
Body
Request model for CreateScxSignUp command endpoint. Route parameters bind from the route, query parameters from the query string, everything else from the body.
Response
A new sign-up was created for the given channel.
Creates an onboarding sign-up for a new SCX seller on the given channel. Returns a sign-up id that must be passed to FinalizeScxSignUp once the seller has completed onboarding. - Response