Create Sales Channels Scx Signups Finalize
Checks whether a sign-up has completed and, if so, returns the newly connected seller(s). Call this repeatedly until the sign-up completes or expires.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The tenant ID for the target ERP instance.
Path Parameters
Id of the sign-up to finalize.
Response
Reports the current outcome of a sign-up. While the sign-up is still pending, IsCompleted is false and Sellers is empty. Once completed, IsCompleted is true and Sellers holds the newly connected seller(s) - more than one if the channel connects several marketplaces at once.
Checks whether a sign-up has completed and, if so, returns the newly connected seller(s). Call this repeatedly until the sign-up completes or expires. - Response