springboardretail / springboard-docs

Springboard Retail official API docs
http://dev.springboardretail.com/
0 stars 0 forks source link

New Event Types #6

Open maxdumonceaux opened 6 years ago

maxdumonceaux commented 6 years ago

I'm currently working with a web store implementation using the Springboard API, and due to rate limiting, we are having a hard time keeping the current product set in sync between the website and the Springboard API.

Would it be possible to get the following new event types implemented for Webhooks to help alleviate these problems?

  1. item_created - Should fire when an item is newly created, and serve up a payload describing an item.
  2. item_modified - Should fire when an item has changes made to it, and serve up a payload describing an item.
  3. item_merged - Should fire whenever an item is merged with another item. (for consistency with customer_merged, should return an object with values old_customer_ids (array of integer), and new_customer_id (integer)