Create commercetools tax subscription

Steps:

  1. Open and login to https://impex.europe-west1.gcp.commercetools.com/ page

  2. Click to API Playground and choose your project

  3. Choose ‘Subscriptions’ in Endpoint field and ‘Create’ in Command

Choose name

  1. Put provided payload to Payload multiline field and click ‘GO!!!’.
{
	"changes": [{
		"resourceTypeId": "cart"
	}],
	"destination": {
		"type": "SQS",
		"queueUrl": "{{sqs-url}}",
		"region": "eu-central-1",
		"accessKey": "****",
		"accessSecret": "****"
	},
	"key": "tax-subscription"
}
  1. Check response details

Choose name