PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
9.02k stars 5.27k forks source link

[SOURCE] BigCommerce #576

Closed todsac closed 2 years ago

todsac commented 4 years ago

Describe the event source. What app, what event? BigCommerce

Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to. Custom Events | Triggers on any event from BigCommerce New Customer | Triggers when there is a new Customer New Order | Triggers when there is a new Order

tangochaser commented 4 years ago

Right now my largest use case is around orders that have specific products, more specifically, products from specific categories, as part of them. As BigCommerce does not allow order tagging, it requires a webhook notification based on order completion, GET on the order's products, then individual GETs on each product to fetch category. OR, local cache a mapping for each product ID to category to speed up the process and reduce session processing.

Orders API - https://developer.bigcommerce.com/api-docs/store-management/orders

Get an Order GET /orders/{order_id}

List Products in an Order /orders/{order_id}]products

Gets a product line item associated with the order ]orders/{order_id}]products/{id}

dannyroosevelt commented 2 years ago

This is ready for release!