For AI agents: visit https://aasaan.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
Aasaan
API Reference
v1.0

Log InAasaan
API Reference
Log In
v1.0API Reference

Aasaan Partner Api

  • Introduction
  • Authentication
  • Versioning
  • Errors

AASAAN PARTNER REST API

  • Store
    • Get All Stores for a clientget
    • Create a new store.post
    • Update Store information (email, address, metadata)patch
    • Get Store Informationget
  • Custom Domain
    • Create a custom domain.post
  • Category
    • Create a new category.post
    • Put a new category.put
    • Update a category.patch
    • Get a category by Id.get
    • Delete a Category.del
    • Put a multiple categoriesput
    • Get all categories.get
  • Brand
    • Create a new brand.post
    • Put a brand.put
    • Update a brand.patch
    • Delete a brand.del
    • Get a brand by Id.get
    • Put a multiple brandsput
    • Get all brands.get
  • Tag
    • Create a new tag.post
    • Put a tag.put
    • Update a tag.patch
    • Delete a tag.del
    • Get a tag by Id.get
    • Put a multiple tagsput
    • Get all tags.get
  • Store Front
    • Gets the current product ordering.get
    • Updates the product ordering within a categorypost
    • Get the template attributes.get
    • Update a template.patch
  • Product
    • Create a new product.post
    • Create or update a product.put
    • Update a product.patch
    • Get a product by id.get
    • Delete a Product.del
    • Create or update multiple products.put
    • Get all products.get
    • Create a new Variant of the specified base product.post
    • Update a variant.patch
Powered by 

Versioning

A new API version is released when we introduce a backwards-incompatible change to the API. For example, changing a property type's name.

Updated almost 4 years ago


Updated almost 4 years ago