# Store Welcome to the Store API documentation for Annex Cloud! We are thrilled to walk you through the exciting world of loyalty-based interactions and engagement. Our Store API allows you to seamlessly integrate and enhance your loyalty program by tracking real-time store details, enabling you to create personalized experiences for your valued customers. The Store API is used to create stores in bulk, update the information of the created stores, and fetch all the details of the existing stores. Each store is identified by a unique store ID, which distinguishes it from other stores. ## Get store details - [GET /store/{{Store_Id}}](https://annexcloud.redocly.app/loyalty/loyalty/store/getstore.md): This method retrieves detailed information about a store. The administrator must use the store ID to fetch the details for the store. ## Create stores in bulk - [POST /bulkpoststore](https://annexcloud.redocly.app/loyalty/loyalty/store/bulkpoststores.md): This method is used to create stores in bulk, which enhances the process and saves member's time. If you pass the same store ID multiple times, it will show an error, and you will not be able to create the required store. ## Update stores information in bulk - [POST /bulkpatchstore](https://annexcloud.redocly.app/loyalty/loyalty/store/bulkpatchstores.md): This method is utilized to update store information, such as the name value and its attribute values, in bulk, which saves a lot of processing time for the user. Once a StoreId is created, it cannot be updated. However, you can update the store name value and attribute value using this API.