Engineering Checklist
There are a few required items that to complete the Canal Supplier API integration.
- Receive your authentication tokens by contacting Canal and add them in your headers. Refer to the Authentication Guide for more details
- Push products to Canal by using the Product Create endpoint.
- Register to the
orders/create
webhook to receive orders. - Keep products on Canal in sync with your database by updating through the Product Update endpoint.
- When a fulfillment is created for a Canal order, let us know via the Fulfillment Create endpoint so that we can inform the Storefront and the end customer.
- When an update occurs on a fulfillment, use the Fulfillment Update to sync it.
Updated 4 months ago