Create a Product in Shopify by Subscribing to an SNS Topic
This use case describes how a product is automatically created in Shopify whenever an Amazon SNS topic is subscribed. When a message is published to the topic through an API or application, the integration workflow is initiated. The workflow maps the message data and invokes the Shopify API to create the product.
The following adapters and their operations are used in this use case.
- Amazon Simple Notification Service (SNS) Adapter (configured as a trigger connection): Triggers the integration by subscribing to an SNS topic.
- Shopify Adapter (configured as an invoke connection): Invokes the Shopify API to create a new product.
This implementation pattern provides an overview of the steps.
