Storefront
XtraKit's Storefront API allows you to programmatically handle stores data. Stores management may be easily integrated into your applications by using it to retrieve, add, change, or manage stores.
List Stores GET
Retrieve a list of all stores and you can also filter your results.
Fetch Store GET
Retrieve a specific store using the store id. To retrieve complete store details.
Add Store POST
Allows you to add a new store record.
Edit Store PUT
Modify an existing store's information. In an unfinalized store, this endpoint can be used to change store name and others.
Last updated