Skip to main content
GET
Returns the products owned by the seller.

Path parameters

string
required
The seller’s ID.

Query parameters

number
default:"50"
Maximum number of records to return.
number
default:"0"
Number of records to skip.
string
Field to sort by, prefix with - for descending order.
string
Comma-separated list of fields to include, prefix with +/- to add or remove from defaults.
string
Search term matched against product fields.
string | string[]
Filter by product ID(s).
string | string[]
Filter by product status.
string | string[]
Filter by collection ID(s).
string | string[]
Filter by sales channel ID(s).
string | string[]
Filter by product type ID(s).
string | string[]
Filter by product tag ID(s).
object
Filter by creation date with operators like $gte, $lte.
object
Filter by update date with operators like $gte, $lte.

Response

object[]
number
Total number of the seller’s products.
number
Number of records skipped.
number
Number of records returned.