Ecommerce API
Getting e-commerce information or using the NicoChat API through code can be difficult for many users. With our simplified method, you use the API endpoints easily, with no coding required.
Accessing the Ecommerce API with Ease
Getting e-commerce information or using the NicoChat API through code can be difficult for many users. With our simplified method, you use the API endpoints easily, with no coding required.
Accessing API Endpoints
Navigate to the Flow Builder. Select an action block and choose "Ecommerce". Explore the "E-commerce API" options.
Available Actions
- Orders: Search Orders, Get Order, Delete Order
- Products: List Products, Get Product
- Product Tags: List Product Tags, Get Product Tag, Create Product Tag, Update Product Tag, Delete Product Tag
- Product Types: List Product Types, Get Product Type, Create Product Type, Update Product Type, Delete Product Type
- Product Vendors: List Product Vendors, Get Product Vendor, Create Product Vendor, Update Product Vendor, Delete Product Vendor
- Discount Codes: List Discount Codes, Get Discount Code, Get Discount Code By Id, Delete Discount Code, Delete Discount Code By Id
- Store Locations: List Store Locations, Find Nearby Store Locations, Get Store Location Detail
Detailed Descriptions of Actions
Orders
Action
Function
Note
Search Orders
Search for orders using user_ns for testing purposes or a specific order
When the Order Id is empty, it shows all orders; when it has a value, it shows only that order
Get Order
Retrieve order details
Provide the Order Id to retrieve the details
Delete Order
Delete a specific order
Provide the Order Id to delete the order
Products
Action
Function
Note
List Products
Get the list of products
Search by Name, Product Id, Product Type Id, or Product Vendor Id
Get Product
Retrieve product details
Provide the Product Id to get the product details
Product Tags
Product Types
Product Vendors
Action
Function
Note
List Product Vendors
Get a list of all product vendors
Search by name
Get Product Vendor
Retrieve the name of a product vendor
Provide the Product Vendor Id
Create Product Vendor
Create a new product vendor
Provide the vendor name to create it and get the vendor ID
Update Product Vendor
Update an existing product vendor
Provide the ID and the name of the vendor to update it
Delete Product Vendor
Delete a specific product vendor
Provide the vendor ID to delete it
Discount Codes
Action
Function
Note
List Discount Codes
Get a list of all discount codes
Search by discount code
Get Discount Code
Retrieve a discount code
Get Discount Code By Id
Retrieve a discount code using its ID
Delete Discount Code
Delete a specific discount code
Delete Discount Code By Id
Delete a specific discount code using its ID
Store Locations
Note
📌 Before using these actions, register your store locations in E-Commerce > Locale (the same area used by the Google Maps integration for address geocoding).
Action
Function
Note
List Store Locations
Get a list of all store locations
Search by name; if the name is empty, it returns all locations
Find Nearby Store Locations
Find nearby stores by latitude and longitude and select the distance (km, meter, mile)
Get Store Location Detail
Retrieve details of a store location
Provide the location ID