Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 808 Bytes

CatalogQueryItemVariationsForItemOptionValues.md

File metadata and controls

15 lines (8 loc) · 808 Bytes

CatalogQueryItemVariationsForItemOptionValues

Description

Properties

Name Getter Setter Type Description Notes
item_option_value_ids getItemOptionValueIds() setItemOptionValueIds($value) string[] A set of `CatalogItemOptionValue` IDs to be used to find associated `CatalogItemVariation`s. All ItemVariations that contain all of the given Item Option Values (in any order) will be returned. [optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]