You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message OptionSelectionRequest
{
string store = 1;
// array of option_values with the following format parent_id:option_id/optionValue.uid
// @see ProductValue.option_values
repeated string values = 2;
}
service VariantService {
rpc GetVariantsMatch (OptionSelectionRequest) returns (ProductVariantResponse) {}
}
Subtask of #357
Depends on #331
Steps
Implement GetVariantsMatch service.
message OptionSelectionRequest
{
string store = 1;
// array of option_values with the following format parent_id:option_id/optionValue.uid
// @see ProductValue.option_values
repeated string values = 2;
}
see https://github.com/magento/catalog-storefront/blob/develop/dev/docs/designDocuments/Configurable-products-option-variants.md for technical details.
cover with API-functional tests
The text was updated successfully, but these errors were encountered: