ProductResponse
Product response.
interface ProductResponse {
data: Product;
meta: ResponseMeta;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | Product | Product. |
meta | Required | ResponseMeta | Data about the response, including pagination and collection totals. |