Discuss all the new features introduced with the new product model in GraphQL.
Hello,
I just recently got a news that the new product model in the 2024-04 API version has to be migrated from REST to GraphQL but only for public apps and not for custom apps
Is my above understading correct?
With regards,
Luiz Carlos
Solved! Go to the solution
This is an accepted solution.
My understanding is this is for all REST and graphQL, custom or private apps but if your app does not need to support more than 100 variants then you can continue using the REST API. I think the logic behind it is because it will so expensive to use the REST API for more than 100 variants. You can read the documentation here. My advice is to try to migrate from REST to graphQL, it will save you money in a long run.
This is an accepted solution.
My understanding is this is for all REST and graphQL, custom or private apps but if your app does not need to support more than 100 variants then you can continue using the REST API. I think the logic behind it is because it will so expensive to use the REST API for more than 100 variants. You can read the documentation here. My advice is to try to migrate from REST to graphQL, it will save you money in a long run.