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
I am trying create a product on bagisto with graphql product create mutation but have not found the way to pass name so product created without name on bagisto, And Update mutation also not working
so product name and description not getting update and inventory and price of the product update work fine.
Facing this issue for simple and configurable product
The text was updated successfully, but these errors were encountered:
@tarunwebkul
In product creation mutation, Bagisto only used ProductType, Attributefamily, and SKU these fields, If you wish to use the name in product mutation, you have to use Update mutation:
I am trying create a product on bagisto with graphql product create mutation but have not found the way to pass name so product created without name on bagisto, And Update mutation also not working
so product name and description not getting update and inventory and price of the product update work fine.
Facing this issue for simple and configurable product
The text was updated successfully, but these errors were encountered: