I need to add a new size with graphql

I need to add a new size with graphql

alb3rts
Shopify Partner
5 0 0

I need to add a new size to an existing product with graphql, I have used: productVariantsBulkCreate but it returns an error.
Can someone help me?
Thanks.

Replies 2 (2)

BSSCommerce-B2B
Shopify Partner
1407 386 450

Hi @alb3rts,

I hope you are doing well.

Can you please show more details your graphql input and error?

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now I Donate Us Here!

alb3rts
Shopify Partner
5 0 0

hi,

{
"errors": [
{
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: 68aa993e-0bad-4bb0-ba7e-2b0aa4b0160a-1722798991 (include this in support requests).",
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"requestId": "68aa993e-0bad-4bb0-ba7e-2b0aa4b0160a-1722798991"
}
}
]
}