v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-29208421.4 MB
Collection

Get products from a collection

Retrieves information about the products from a collection.

Permissions

Any user or API key must have at least one of the appropriate License Manager resources to be able to successfully run this request. Otherwise they will receive a status code 403 error. These are the applicable resources for this endpoint:

ProductCategoryResource
CatalogCollectionRead Collections

There are no applicable predefined roles for this resource list. You must create a custom role and add at least one of the resources above in order to use this endpoint. To learn more about machine authentication at VTEX, see Authentication overview.

❗ To prevent integrations from having excessive permissions, consider the best practices for managing API keys when assigning License Manager roles to integrations.

get/api/catalog/pvt/collection/{collectionId}/products

Path parameters

collectionIdinteger required
Example:1

Collection's unique identifier.

Query parameters

pageinteger
Example:2

Page number.

pageSizeinteger
Example:15

Number of the items of the page.

Filterstring
Example:Pre launch

Filter used to refine the collection's products.

Activeboolean
Example:true

Defines if the status of the product is active or not.

Visibleboolean
Example:true

Defines if the product is visible on the store or not.

CategoryIdinteger
Example:12

Product's category unique identifier.

BrandIdinteger
Example:3

Product's brand unique identifier.

SupplierIdinteger
Example:1

Product's supplier unique identifier.

SalesChannelIdinteger
Example:1

Product's sales channel unique identifier.

ReleaseFromstring
Example:2069-11-26T15:23:00

Product past release date.

ReleaseTostring
Example:2069-11-26T15:23:00

Product future release date.

SpecificationProductstring
Example:M

Product specification field Value. You must also fill in SpecificationFieldId to use this parameter.

SpecificationFieldIdinteger
Example:40

Product specification field unique identifier.

Headers

Content-Typestring required

Type of the content being sent.

Acceptstring required

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Response

OK

Pageinteger

Page number.

Sizeinteger

Page list size.

TotalRowsinteger

Total rows.

TotalPageinteger

Total pages.