Skip to main content
GET
List Product Listings
Returns the products your app has published to its sales channel. Your app must have created a sales channel first — this endpoint resolves the channel from your app identity, and returns 404 if none exists yet. Auth: OAuth access token with the read_products scope.
Create a sales channel before calling this endpoint. Without one you get 404 { message: "Sales channel not found for this app" }.

Query Parameters

integer
default:"50"
Results per page. Clamped to 1250.
integer
default:"1"
Page number.
string
Filter by listing status.

Response