Skip to main content

Create Seller profile

POST 

/v1/sellers

Creates a new Seller profile in the FCC Marketplace. The profile starts in PENDING_VERIFICATION status and transitions to ACTIVE once the marketplace completes KYC verification.

This operation is not idempotent. Submitting the same payload twice creates a duplicate draft. Use the returned sellerId to reference this Seller in all subsequent calls.

Required pre-condition: A valid Bearer token obtained via the OAuth endpoint.

Side effects: A verification workflow is triggered automatically upon successful creation. The Seller's registered email will receive a confirmation and next-step instructions.

Returns 409 if a Seller profile already exists for the same emailId.

Request

Responses

Seller profile created successfully.