Ergonode docs
GraphQL API
Search …
⌃K
GraphQL API
GraphQL API
Overview
Query types
Error codes
Schema
CHANGELOG
Changelog
Breaking changes
Guides
Authentication
Basic query tutorial
Batch queries
Integrating data
AttributeValue migration guide
Query examples
List of products with attributes and they values in product stream
List of 100 grouped products with simple and variable products in stream
List of grouped products with simple and variable products AFTER some end cursor
List of active lanuguages
List of templates with attributes
List of all multimedia in stream
List of product relations for a specific product
Create a simple product with mutation
Create a Grouping product with mutation
Add a child product to grouping one
Set quantity of child product
Remove a child product from grouping one
Create a variable product with mutation
Add a variant to variable product
Remove a variant product from variable one
Multimedia create
Add images to the gallery attribute
Change the name of the multimedia
Set alternative value for a multimedia
Delete Multimedia
Add a file to the product
Get attributes list by SKU
Create a product and assign / modify attributes values
Assign the template to a product
Create a category
List templates and attributes in those templates
FAQ
FAQ
Powered By
GitBook
Remove a variant product from variable one
This is how you can remove variant product from variable one via API
mutation
{
productVariableRemoveVariant
(
input
:
{
sku
:
"SKU_VAR_PRODUCT"
,
variantSku
:
"SKU_test2"
}
)
{
__typename
}
}
Query examples - Previous
Add a variant to variable product
Next - Query examples
Multimedia create
Last modified
6d ago