An open API service indexing awesome lists of open source software.

https://github.com/mach-composer/mach-composer-plugin-commercetools

Commercetools plugin for Mach Composer
https://github.com/mach-composer/mach-composer-plugin-commercetools

commercetools mach-composer mach-composer-plugin

Last synced: 3 months ago
JSON representation

Commercetools plugin for Mach Composer

Awesome Lists containing this project

README

          

# Commercetools Plugin for Mach Composer

This repository contains the Commercetools plugin for Mach Composer. It requires Mach Composer 3.x

## Usage

```yaml
global:
# ...

sites:
- identifier: my-site

commercetools:
project_key: project-key
client_id: client-id
client_secret: client-secret
scopes: manage_project:project-key manage_api_clients:project-key view_api_clients:project-key

```