Show list of products filtered by type with details from given views.

This endpoint allows you to retrieve a list of products filtered by type, providing details from specified views.

For more detailed information on how to work with the Management API (MAPI) in Bluestone PIM, refer to our help pages Get started with Management API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Specifies the archive state of the entity. The default value is active.

Body Params
int32
1 to 100

The number of products returned.

string

The unique string of the cursor.

types
array of strings
required
length between 1 and 2147483647

Types of products that will be returned.

types*
views
array

Specifies the list of entity views* to be included in the response.

*A view is a subset of product data, like METADATA, ATTRIBUTES, ASSETS and CATEGORIES, to be included in the response, if no views are specified in the request, only product IDs will be returned.

Example:

"views": [
{
    "type": "ASSETS"
},
{
    "type": "ATTRIBUTES",
    "definitionIds": [
      "664cc90da825236207yt01a7"
]
}
]
views
Headers
string

Specifies the context in which to operate. If omitted, the default context en is used.

In Bluestone PIM, the context is generally synonymous with the language setting. The context determines how product information is tailored and presented based on language or other local specifications.

For more detailed information on how context relates to language settings in Bluestone PIM, refer to the Languages and Context documentation.

Note: The default context is identified by the ID "en". IDs for additional contexts begin with a lowercase "L", not with the digit "1", followed by a number. This naming convention helps distinguish between default and custom contexts within Bluestone PIM.

string

Specifies whether to enable the fallback mechanism for the context. If omitted, the default value true will be used. When set to true, the system will provide a default translation or relevant information if the requested context's specific translation is missing.

For more detailed information on how context relates to language settings in Bluestone PIM, refer to the Languages and Context documentation.

Note: Setting the context-fallback parameter to false disables the fallback mechanism. In this configuration, if a translation or specific context information is not available, the system will not provide an alternative or default content. This ensures that only content that matches the exact context ID requested is returned, potentially leading to cases where no content is available if the specific translation is missing.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json