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
When I start with this project, and init some data popular
I call search product api with shop mode it error "message": "column "si_enabled" does not exist"
api
query SearchProducts($input: SearchInput!) {
search(input: $input) {
totalItems
items {
productId
productName
productPreview
productVariantId
productVariantName
productVariantPreview
sku
__typename
}
facetValues {
count
facetValue {
id
name
facet {
id
name
__typename
}
__typename
}
__typename
}
__typename
}
}
hello team,
When I start with this project, and init some data popular
I call search product api with shop mode it error "message": "column "si_enabled" does not exist"
api
The text was updated successfully, but these errors were encountered: