-
Notifications
You must be signed in to change notification settings - Fork 29
Description
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 :-)