Vendors

List of vendors

Requires vendors.read scope.

get/api/v2/vendors

Query parameters

page[size]integer

Number of records per page (default: 25, max: 250)

page[after]string

Cursor for fetching the next page of results

page[before]string

Cursor for fetching the previous page of results

filter[updated_at_gt]string date-time

Filter records updated after this date

filter[updated_at_lt]string date-time

Filter records updated before this date

filter[created_at_gt]string date-time

Filter records created after this date

filter[created_at_lt]string date-time

Filter records created before this date

fields[vendors]string[]

Comma separated list of fields for vendors to include in response

includestring[]

Comma-separated list of relationships to include (e.g. products)

Response

List of vendors

Changes