Use this as a guide or a template for your tap's documentation. Remove a section if it's not applicable.
To set up Fulfil in Stitch, you need:
subdomain:
- Subdomain. This is the subdomain of your fulfil account.
api_key:
- API Key. A version 1 API Key.
You should already have a Fulfil.IO account before you can setup Stitch.
You will also need a personal API key available on your user page from settings.
The permissions of the integration will be the permissions on your account.
The data replication is incremental. For this a combination of create_date
,
write_date
and id
of the record are used.
This reduces API usage and only new records are pushed to the data warehouse.
The strategy could change in future where master records (products, customers) are always pushed while transactional records (orders, invoices, journal entries) are only pushed incrementally.
- Table name: Contacts
- Description: Contacts including customers and suppliers.
- Primary key column(s): id
- Replicated fully or incrementally (uses a bookmark to maintain state): FULL_TABLE
- Link to API endpoint documentation: https://api.fulfil.io/#tag/party.party
- Table name: Sale Order
- Description: Sales Orders.
- Primary key column(s): id
- Replicated fully or incrementally (uses a bookmark to maintain state): INCREMENTAL
- Bookmark column(s): create_date, write_date, id
- Link to API endpoint documentation: https://api.fulfil.io/#tag/sale.sale
- All timestamps are in UTC