Skip to main content
POST
Create Sales Channel
Registers a sales channel owned by your app. A sales channel is the container your app publishes product listings into — create one before listing products. The call is idempotent per app: re-posting returns your app’s existing channel rather than creating a duplicate. Auth: OAuth access token with the write_products scope.

Body Parameters

string
required
Display name of the sales channel (e.g. Facebook Shop).
string
required
Platform identifier for the channel (e.g. facebook, amazon, custom).
object
Channel-specific configuration. Opaque to the platform — stored and returned as-is.
object
Sync preferences for the channel. Stored and returned as-is.

Request

Response

Errors