View Categories

Ecommerce API

3 min read

Accessing E-commerce API with Ease

Accessing E-commerce information or using ihakimi API through coding can be difficult for many users. But with our simple method, you can use API endpoints effortlessly, 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 Details

Detailed Descriptions of Actions

Orders

ActionFunctionNote
Search OrdersSearch for orders using user_ns for testing purposes or a specific orderWhen the order ID value is empty, it shows all orders; when it has a value, it shows a specific one
Get OrderRetrieve order detailsProvide the order ID to retrieve the order details
Delete OrderDelete a specific orderProvide the order ID to delete the order

Products

ActionFunctionNote
List ProductsGet the list of productsSearch by Name, Product Id, Product Type Id, or Product Vendor Id
Get ProductRetrieve product detailsProvide the Product ID to get product details

Product Tags

ActionFunctionNote
List Product TagsGet all product tagsSearch by name
Get Product TagRetrieve the name of a product tagProvide the tag ID
Create Product TagCreate a new product tagProvide the Name of the tag to create it and get the tag ID
Update Product TagUpdate an existing product tagProvide the ID and Name of the tag to update it
Delete Product TagDelete a specific product tagProvide the tag Id to delete it

Product Types

ActionFunctionNote
List Product TypesGet a list of all product typesSearch by name
Get Product TypeRetrieve the name of a product typeProvide the Type ID
Create Product TypeCreate a new product typeProvide the Name of the type to create it and get the type ID
Update Product TypeUpdate an existing product typeProvide the ID and Name of the type to update it
Delete Product TypeDelete a specific product typeProvide the type ID to delete it

Product Vendors

ActionFunctionNote
List Product VendorsGet a list of all product VendorSearch by name
Get Product VendorRetrieve the name of a product VendorProvide the VendorID
Create Product VendorCreate a new product VendorProvide the Name of the Vendor to create it and get the Vendor ID
Update Product VendorUpdate an existing product VendorProvide the ID and Name of the Vendor to update it
Delete Product VendorDelete a specific product VendorProvide the Vendor ID to delete it

Discount Codes

ActionFunctionNote
List Discount CodesGet a list of all discount codesSearch by Discount Code
Get Discount CodeRetrieve a discount code 
Get Discount Code By IdRetrieve a discount code using its ID 
Delete Discount CodeDelete a specific discount code 
Delete Discount Code By IdDelete a specific discount code using its ID 

Store Locations

ActionFunctionNote
List Store LocationsGet a list of all store locationsSearch by name; if the name is empty, it gets all locations
Find Nearby Store LocationsFind nearby store locations by latitude and longitude, and select the distance (KM, Meter, Mile) 
Get Store Location DetailsRetrieve details of a store locationProvide the location Id

Powered by BetterDocs

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top