Skip to main content

MediaImageProductSearchInput

Search criteria for images associated with a specific product, excluding entity association fields

input MediaImageProductSearchInput {
description: MediaLocalizedStringInput
tag: MediaLocalizedStringInput
sort: Sort
page: Int
offset: Int
}

Fields

MediaImageProductSearchInput.description ● MediaLocalizedStringInput input

Search within media item descriptions.

Performs text search against the description field in the specified language. Supports partial matching and is case-insensitive.

MediaImageProductSearchInput.tag ● MediaLocalizedStringInput input

Search within media item tags.

Finds media items that have tags matching the specified value in the given language. Useful for content categorization and discovery.

MediaImageProductSearchInput.sort ● Sort enum

Sort order for search results.

Controls whether results are returned in ascending or descending order. Sorting is typically applied to the priority field or creation date.

MediaImageProductSearchInput.page ● Int scalar

Page number for pagination.

Specifies which page of results to return. Pages start at 1.

MediaImageProductSearchInput.offset ● Int scalar

Number of items per page.

Controls how many media items are returned in each page of results. Maximum recommended value is 50 for performance.