You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We use our terraform provider to manage commercetools rollouts. We have a number of projects which use custom merchant center extensions and we have no easy way to automate this part of the rollout.
Having a public, documented API for this would allow us to add support to the provider.
Describe the solution you'd like
There is an old PR at labd/terraform-provider-commercetools#109 to add support. However this is via GraphQL. Allowing us to manage this via a Rest API documented as all other API's via RAML allows us to auto-generate the SDK's needed to implement this.
Hey @mvantellingen, do you mind sharing with us a bit more about the current use case for such a service? Also, just wanted to mention, that we have improved our CLI tool, and maybe this is something that could be considered instead of GraphQL for such a service.
Is your feature request related to a problem? Please describe.
We use our terraform provider to manage commercetools rollouts. We have a number of projects which use custom merchant center extensions and we have no easy way to automate this part of the rollout.
Having a public, documented API for this would allow us to add support to the provider.
Describe the solution you'd like
There is an old PR at labd/terraform-provider-commercetools#109 to add support. However this is via GraphQL. Allowing us to manage this via a Rest API documented as all other API's via RAML allows us to auto-generate the SDK's needed to implement this.
I think adding a
mc
directory to https://github.com/commercetools/commercetools-api-reference/tree/main/api-specs would be best case scenario.Describe alternatives you've considered
A document GraphQL interface is doable, but not preferred :-)
The text was updated successfully, but these errors were encountered: