Skip to content
← Back to documentation
Technical Reference

Quickzu

Streamline ordering from whatsapp

CategoryOther
Authenticationcustom
Version0.1.6
Published scopes0 published scopes
Last updatedSeptember 23, 2026

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

Authenticationcustom
Supported objects16
Supported actions15
Triggers1

Authentication

Authentication method: custom

Authentication profiles

connection · custom
  • API Token Required · protected credential

Supported objects

ObjectReadWriteNotes
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 · Required
  • desc · string · Optional
  • categoryId · string · Required
  • mrp · number · Required
  • price · number · Optional, Selling price should be equal or less than MRP.
  • unit · string · Required
  • value_per_unit · number · Required
  • availability · boolean · Required
  • exclude_tax · boolean · Required
  • enable_variants · boolean · Required
  • status · boolean · Required
Update Product · Read

Updates an existing product in store.

quickzu_update_product · Risk: low · Retry: safe

Inputs

  • productId · string · Required
  • name · string · Optional
  • desc · string · Optional
  • categoryId · string · Optional
  • mrp · number · Optional
  • price · number · Optional, Selling price should be equal or less than MRP.
  • unit · string · Optional
  • value_per_unit · number · Optional
  • availability · boolean · Optional
  • exclude_tax · boolean · Optional
  • enable_variants · boolean · Optional
  • status · 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 · Optional
  • categoryId · string · Optional
Create Category · Read

Creates a new category in store.

quickzu_create_category · Risk: low · Retry: safe

Inputs

  • name · string · Required
  • status · boolean · Required
Update Category · Read

Updates an existing category in store.

quickzu_update_category · Risk: low · Retry: safe

Inputs

  • categoryId · string · Required
  • name · string · Optional
  • status · 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 · Required
  • limit · 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 · Required
  • status · 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 · Required
  • start_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 · Required
  • type · string · Required
  • value · string · Required
  • is_enabled · boolean · Required
  • is_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 · Required
  • start_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 · Required
  • promo_code · string · Required
  • minimum_cart_value · number · Required
  • max_users_limit · number · Required
  • type · string · Required
  • value · string · Required
  • is_enabled · boolean · Required
  • is_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

  1. Add the Quickzu connector to the workflow in the target Flows360 Studio instance.
  2. 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.
  3. Provide the connection fields declared by the pinned package:
  • No provider credential fields are declared by the pinned package.
  1. Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
  2. 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.