PipedreamHQ / PipedreamHQ/pipedream
[Components] storerocket
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# storerocket
## URLs
- https://documenter.getpostman.com/view/3184572/SVSDQX7g?version=latest
## Webhook Sources
### new-location-instant
#### Description
Emit new event when a location is added. Requires webhook setup to receive real-time updates for newly added locations.
### updated-location-instant
#### Description
Emit new event when a location is updated. Requires webhook setup to receive real-time updates for location modifications.
### new-store-event-instant
#### Description
Emit new event when a custom store event occurs. Useful for monitoring changes like promotions or user actions related to specific stores. Requires webhook configuration.
## Actions
### create-location
#### Description
Create a new store location. Requires props such as name, address, and optional metadata like descriptions or tags.
### update-location
#### Description
Update an existing store location. Requires the location ID and the fields to update, such as address, name, or metadata.
### delete-location
#### Description
Delete a specific store location. Requires the location ID to remove it permanently.
Contributor guide
Assessment
This issue has not been assessed yet.