diff --git a/README.md b/README.md index 45d2525..574ab75 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,10 @@ public function main() returns error? { The `HubSpot CRM Commerce Orders` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/), covering the following use cases: +1. [Batch Operations](https://github.com/roshanemoraes/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/batch-operations)- Perform Batch operations on Orders in HubSpot +2. [Order Management](https://github.com/roshanemoraes/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/order-management) - Perford CRUD operations on Orders in HubSpot +3. [Search Operation](https://github.com/roshanemoraes/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/search-operation) - Perform Search operations on Orders in HubSpot + ## Build from the source ### Setting up the prerequisites diff --git a/ballerina/Module.md b/ballerina/Module.md index df649ae..89dc0bc 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -188,3 +188,7 @@ public function main() returns error? { ## Examples The `HubSpot CRM Commerce Orders` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/), covering the following use cases: + +1. [Batch Operations](https://github.com/roshanemoraes/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/batch-operations)- Perform Batch operations on Orders in HubSpot +2. [Order Management](https://github.com/roshanemoraes/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/order-management) - Perford CRUD operations on Orders in HubSpot +3. [Search Operation](https://github.com/roshanemoraes/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/search-operation) - Perform Search operations on Orders in HubSpot diff --git a/ballerina/Package.md b/ballerina/Package.md index df649ae..89dc0bc 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -188,3 +188,7 @@ public function main() returns error? { ## Examples The `HubSpot CRM Commerce Orders` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/), covering the following use cases: + +1. [Batch Operations](https://github.com/roshanemoraes/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/batch-operations)- Perform Batch operations on Orders in HubSpot +2. [Order Management](https://github.com/roshanemoraes/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/order-management) - Perford CRUD operations on Orders in HubSpot +3. [Search Operation](https://github.com/roshanemoraes/module-ballerinax-hubspot.crm.commerce.orders/tree/main/examples/search-operation) - Perform Search operations on Orders in HubSpot