• Commercetools platform tax management
  • Pre-installation steps
  • Commercetools tax extension
    • Lambda creation
      • AWS tax lambda creation
      • AWS user for lambda execution creation
    • Create commercetools tax extension
    • Verification tax extension
  • Commercetools tax subscription
    • Create commercetools API client
    • AWS lambda implementation and preparation zip file
    • Create SQS and Lambda
    • Create policy for AWS user
    • Create commercetools tax subscription
    • Verification tax subscription
  • Remove resources
During this session, you will be creating Commercetools extensions and subscriptions to apply external tax percentage for a cart > Pre-installation steps

Pre-installation steps

Pre-installations for commercetools tax workshop

  1. Setup test project in commercetools

    https://epam-js-competency-center.github.io/workshops/commercetools-intro/1-ct-introduction/0-lets-register/ https://epam-js-competency-center.github.io/workshops/commercetools-intro/2-ct-initial-steps/0-ct-setup/ https://epam-js-competency-center.github.io/workshops/commercetools-intro/2-ct-initial-steps/1-product-configuration/

  2. Create AWS account

    https://console.aws.amazon.com/

  3. Setup npm, node.js locally

    https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

  4. Setup IDE to to edit js code (Visual Studio Code)

    https://code.visualstudio.com/