Skip to main content
POST
Create Sales Channels Scx Signups Finalize

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

signUpId
string
required

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

isCompleted
boolean
required

Whether the sign-up has completed and produced at least one new seller.

sellers
object[]
required

Newly connected seller(s) resulting from this sign-up. Empty while IsCompleted is false.