Integration Touchpoints¶
This section describes the individual touchpoints available through the connector.
It is important to note the fields presented through are essentially those presented through the BigCommerce REST API, and each touchpoint listed below links to the relevant section in BigCommerce.
Querying BigCommerce¶
- Order Download
- Downloads orders from your BigCommerce site, with parameters to limit which orders are read by age and status.
Inserting/Updating Data/Transactions in BigCommerce¶
Product Uploads¶
- Product Upload
- Creates and updates products. Mapping the BigCommerce product id is what makes an upload an update rather than an insert.
- Inventory Upload
- Sets the available inventory on the site, identifying the record by SKU, variant or product.
- PriceList Upload
- Inserts and updates pricelist records, including bulk pricing tiers.
Customer Uploads¶
- Customer Upload
- Creates and updates customers and their first address record.
Order Related Uploads¶
- Order Update
- Sets the status, staff notes and metafields on an existing order.
- Shipment/Fulfillment Upload
- Creates shipments against an order, including part shipments.
Supporting BigCommerce API Documentation¶
When creating transactions it is recommended to use this manual in conjunction with the BigCommerce API guide.
https://developer.bigcommerce.com/docs/api
The BigCommerce documentation describes the function of each of the fields exposed by IMan. This manual describes the insert and update semantics.
See also BigCommerce Lookup, for querying BigCommerce from within any transform.