ProductsResponse
Product collection response.
interface ProductsResponse {
data: Product[];
meta: MetaCollection;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | Product[] | Collection of products. |
meta | Required | MetaCollection | Data about the response, including pagination and collection totals. |