This endpoint returns an array of categories whose Ids were specified in the
categoryIds parameter. Categories that could be found are returned in the results
array in the response. Categories that could not be found are indicated in the
errors array.
This endpoint returns a search manifest for the specified category. The search
manifest describes all of the sorting options and filters that are available for
this category. Its contents should be used to build requests to the POST
/catalog/categories/{categoryId}/search endpoint.
This endpoint returns an array of groups whose Ids were specified in the groupIds
parameter. Groups that could be found are returned in the results array in the
response. Groups that could not be found are indicated in the errors array.
This endpoint returns an array of products whose Ids were specified in the productIds
parameter. Products that could be found are returned in the results array in the
response. Products that could not be found are indicated in the errors array.
This endpoint returns an array of SKUs whose Ids were specified in the skuIds
parameter. SKUs that could be found are returned in the results array in the
response. SKUs that could not be found are indicated in the errors array.
This endpoint can be used to return the URL of a product picture.
It makes it so you can display that shiny Charizard on your page more easily.
The product details page will also return an image URL so this endpoint
doesn't need to be called if an application is already calling the Get
Product Details endpoint.
This endpoint returns an array of product Ids that match the provided search critera.
Use the search manifest from the GET /catalog/categories/{categoryId}/search/manifest
endpoint to build requests to this endpoint. If an invalid filter name is specified
in the request, it will be ignored. Use the GET /catalog/products/{productIds}
endpoint to get the details about the returned product Ids.