GET:storefront/product_reviews/images/page.json
Storefront APIGET:storefront/product_reviews/images/page.json

GET:storefront/product_reviews/images/page.json

Description

Get all approved review images of a particular product.

See also: Pagination.

Topic: Product Reviews

Query Parameters

last_key: String

Key of the last item from previous page. See also: Pagination

Example: ?last_key=str


limit: Int

Return up to N entries (pagination). See also: Pagination

Example: ?limit=5


offset: Int

Skip N entries (pagination). See also: Pagination

Example: ?offset=5


product_id: String, required

Filter output by product

Example: ?product_id=str


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

ReviewImagePage

Response Body Type

Loading module