Overview
Connect Quickzu with Flows360
Streamline ordering from whatsapp
Use the Quickzu connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 15 actions and 1 trigger.
Available actions
- Add Product
- Update Product
- Delete Product
- List Products
- Create Category
- Update Category
- Delete Category
- List Categories
- Plus 7 additional declared actions.
Available triggers
- Order Created/Updated
The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.
Technical guide
Technical reference
Package identity
- Connector: Quickzu
- Package:
@activepieces/piece-quickzu@0.1.6 - Exact artifact digest:
sha256:faf4e662e72cc20e974f8b2a4152630e0ce4c9eea7e027d9b9c45191ab30933b - Runtime: Activepieces-compatible deterministic worker
- Source: the exact reviewed Activepieces source
Authentication
SECRET TEXT. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.
Action contracts
- Add Product (
quickzu_add_product), Adds new product to store. Classification: read. - Update Product (
quickzu_update_product), Updates an existing product in store. Classification: read. - Delete Product (
quickzu_delete_product), Deletes an existing product from store. Classification: read. - List Products (
quickzu_list_products), Retrieves all or single product details from store. Classification: read. - Create Category (
quickzu_create_category), Creates a new category in store. Classification: read. - Update Category (
quickzu_update_category), Updates an existing category in store. Classification: read. - Delete Category (
quickzu_delete_category), Deletes an existing category from store. Classification: read. - List Categories (
quickzu_list_categories), Retrieves all categories from store. Classification: read. - Get Order Details (
quickzu_get_order_details), Retrieves order details from store. Classification: read. - List Orders (
quickzu_list_orders), Retrieves orders of store. Classification: read. - List Live Orders (
quickzu_list_live_orders), Retrieves live orders of store. Classification: read. - Update Order Status (
quickzu_update_order_status), Updates status of order in store. Classification: read. - Create Product Discount (
quickzu_create_product_discount), Creates a new discount for category or product level. Classification: read. - Create Promo/Coupon Code (
quickzu_create_promo_code), Creates a new promo code for category or product level. Classification: read. - Update Business Time (
quickzu_update_business_time), Updates business hours. Classification: read.
Trigger contracts
- Order Created/Updated, webhook.
Verification
Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.
Capability summary
Authentication
Authentication method: custom
Authentication profiles
connection · custom
- API Token Required · protected credential
Supported objects
| Object | Read | Write | Notes |
|---|---|---|---|
| Add Product | Yes | No | Adds new product to store. |
| Update Product | Yes | No | Updates an existing product in store. |
| Delete Product | Yes | No | Deletes an existing product from store. |
| List Products | Yes | No | Retrieves all or single product details from store. |
| Create Category | Yes | No | Creates a new category in store. |
| Update Category | Yes | No | Updates an existing category in store. |
| Delete Category | Yes | No | Deletes an existing category from store. |
| List Categories | Yes | No | Retrieves all categories from store. |
| Get Order Details | Yes | No | Retrieves order details from store. |
| List Orders | Yes | No | Retrieves orders of store. |
| List Live Orders | Yes | No | Retrieves live orders of store. |
| Update Order Status | Yes | No | Updates status of order in store. |
| Create Product Discount | Yes | No | Creates a new discount for category or product level. |
| Create Promo/Coupon Code | Yes | No | Creates a new promo code for category or product level. |
| Update Business Time | Yes | No | Updates business hours. |
| Order Created/Updated | Yes | No | webhook trigger declared by the pinned package. |
Supported actions
Add Product · Read
Adds new product to store.
quickzu_add_product · Risk: low · Retry: safe
Inputs
name· string · Requireddesc· string · OptionalcategoryId· string · Requiredmrp· number · Requiredprice· number · Optional, Selling price should be equal or less than MRP.unit· string · Requiredvalue_per_unit· number · Requiredavailability· boolean · Requiredexclude_tax· boolean · Requiredenable_variants· boolean · Requiredstatus· boolean · Required
Update Product · Read
Updates an existing product in store.
quickzu_update_product · Risk: low · Retry: safe
Inputs
productId· string · Requiredname· string · Optionaldesc· string · OptionalcategoryId· string · Optionalmrp· number · Optionalprice· number · Optional, Selling price should be equal or less than MRP.unit· string · Optionalvalue_per_unit· number · Optionalavailability· boolean · Optionalexclude_tax· boolean · Optionalenable_variants· boolean · Optionalstatus· boolean · Optional
Delete Product · Read
Deletes an existing product from store.
quickzu_delete_product · Risk: low · Retry: safe
Inputs
productId· string · Required
List Products · Read
Retrieves all or single product details from store.
quickzu_list_products · Risk: low · Retry: safe
Inputs
term· string · OptionalcategoryId· string · Optional
Create Category · Read
Creates a new category in store.
quickzu_create_category · Risk: low · Retry: safe
Inputs
name· string · Requiredstatus· boolean · Required
Update Category · Read
Updates an existing category in store.
quickzu_update_category · Risk: low · Retry: safe
Inputs
categoryId· string · Requiredname· string · Optionalstatus· boolean · Required
Delete Category · Read
Deletes an existing category from store.
quickzu_delete_category · Risk: low · Retry: safe
Inputs
categoryId· string · Required
List Categories · Read
Retrieves all categories from store.
quickzu_list_categories · Risk: low · Retry: safe
Inputs
term· string · Optional, Category name that need to be search.
Get Order Details · Read
Retrieves order details from store.
quickzu_get_order_details · Risk: low · Retry: safe
Inputs
orderId· string · Required
List Orders · Read
Retrieves orders of store.
quickzu_list_orders · Risk: low · Retry: safe
Inputs
page· number · Requiredlimit· number · Required
List Live Orders · Read
Retrieves live orders of store.
quickzu_list_live_orders · Risk: low · Retry: safe
Inputs
limit· number · Required
Update Order Status · Read
Updates status of order in store.
quickzu_update_order_status · Risk: low · Retry: safe
Inputs
orderId· string · Requiredstatus· string · Required
Create Product Discount · Read
Creates a new discount for category or product level.
quickzu_create_product_discount · Risk: low · Retry: safe
Inputs
title· string · Requiredstart_date· string · Required, Please use YYYY-MM-DD format.end_date· string · Required, Please use YYYY-MM-DD format.filter_type· string · Required, Choose what gets discount (products/categories).selectedFilterValues· object · Requiredtype· string · Requiredvalue· string · Requiredis_enabled· boolean · Requiredis_visible· boolean · Required
Create Promo/Coupon Code · Read
Creates a new promo code for category or product level.
quickzu_create_promo_code · Risk: low · Retry: safe
Inputs
title· string · Requiredstart_date· string · Required, Please use YYYY-MM-DD format.end_date· string · Required, Please use YYYY-MM-DD format.filter_type· string · Required, Choose what gets discount (products/categories).selectedFilterValues· object · Requiredpromo_code· string · Requiredminimum_cart_value· number · Requiredmax_users_limit· number · Requiredtype· string · Requiredvalue· string · Requiredis_enabled· boolean · Requiredis_visible· boolean · Required
Update Business Time · Read
Updates business hours.
quickzu_update_business_time · Risk: low · Retry: safe
Inputs
items· array · Required
Triggers
Order Created/Updated · Webhook
Triggers when a new order is created or a order status is changed in store.
Inputs
md· string
Setup
Setup
- Add the Quickzu connector to the workflow in the target Flows360 Studio instance.
- Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
- Provide the connection fields declared by the pinned package:
- No provider credential fields are declared by the pinned package.
- Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
- Test the workflow in the appropriate environment before enabling production scheduling or event delivery.
Limitations
Limitations and operational notes
- This content describes
@activepieces/piece-quickzu@0.1.6; provider behaviour can change independently and should be revalidated when the provider or connector version changes. - Only the 15 actions and 1 trigger declared by this pinned package are represented here.
- Tenant credentials and connection values are not stored in the public connector record.
- Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
- Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.
Troubleshooting
Why canu2019t the connector authenticate?
Check the tenant connection in Studio and confirm every required Quickzu connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.
Why is an action or trigger unavailable?
Confirm that the workflow is using @activepieces/piece-quickzu@0.1.6 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.
What should I check after a provider-side change?
Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.