Product API 2022-01 return error

Hi All,

So far my APi doesn’t have any issue when I want to create Product using Shopify Product API.

However, recently we change to use Shopify API version 2022-01 and it is return error below

{
“errors”: {
“type”: [
“can’t be blank”
]
}
}
I notice from the Product page, shopify has added 1 column under Product Organization called ‘type’
And I found on here ‘Introducing standardized and custom product types to GraphQL Admin API — Shopify developer changelog’ that this new column is to support standard product type.

It seems this value has not been supported by backend API, so I hope shopify developer would check this issue.

regards,
wenfeng