tiki-bar / app-shopify-extensions

Integrate mytiki.com with your Shopify Store
https://mytiki.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Send order data to TIKI ingestion service #65

Closed ricardobrg closed 11 months ago

ricardobrg commented 11 months ago

As a developer I need to send order data to TIKI ingestion service so that the data can be used by our clients.

What it is now

The order data is sent to a test endpoint.

What it should be

The order data should be sent to the TIKI ingestion service endpoint.

Technical details

Before sending the data, we need to authenticate on the ingestion service. Details TBD.

Acceptance criteria

  1. When the webhook is called the order is sent to TIKI ingestion service.
ricardobrg commented 11 months ago

tiki ingestion is done. This is a duplicate of #3