Michael van Tellingen
Michael van Tellingen
Cool, i've pushed the rebase I did, you can find it here: https://github.com/labd/terraform-provider-commercetools/tree/petehayes102-shipping-rate-pricefn
I've merged this but ran in a couple of issues. I think my suggestion of using a single `price` block with either `function` or `cent_amount` is not the correct one...
Fixed, will be in v1.5.0 Thanks!
We need to look into this. Do you see anything related when you run `TF_LOG=1 CTP_DEBUG=1 terraform apply`. That command should log all requests/responses cycles to the terminal
I can't reproduce this. Using the admin token works perfect here. Did you make sure that the scopes you define here match the scopes you defined when creating the token...
I fail to reproduce this. Can you run with `CTP_DEBUG=1 TF_LOG=info`
Also can you test with the latest version? (1.5.1)
@yoanne2x any info? Otherwise I’m gonna need to close this issue
The reason we don't support customers or products is that for our use cases we didn't need it since other systems are responsible for adding/managing these in commercetools. But that...
Will look at this next week. Super interesting also for our use cases