productCreate
Create or update a product workflow. This API is in beta. IDs must match the regex ^[a-z0-9_]{3,50}$ (case-insensitive). Use with caution as it will overwrite changes made through the Pico UI.
productCreate(
input: ProductCreateInput!
): Void