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