- Merchant API
- Start Here 🚀
- Overview to Zid Apps
- Authorization
- Responses
- Webhooks
- Rate Limiting
- APIs
- Orders
- Reverse Orders
- Carts
- Products
- Inventories
- Shipping
- Marketing
- Gift Cards
- Coupons
- Bundle Offers
- Loyalty Program
- Customer Wallet
- Customer Points
- Loyalty Program Points per Order
- Store Loyalty Status
- Redemption Methods
- Cashback Rules
- Add Redemption to Cart
- Remove Redemption from Cart
- Info Page
- Loyalty Program Activation
- Loyalty Status
- Set Points Expiration
- Cashback Rule Method Update
- Cashback Rule Method Update Status
- Add Points Redemption Method
- Update Points Redemption Method
- Delete Points Redemption Method
- Toggle Redemption Method Status
- Show Loyalty Points Info for Specific Customer
- Customer Profile
- List Data
- Customer Points History
- Info Page - Managers
- Update Info Page
- Adjust Customer Points
- Customers
- Store Settings
- Countries and Cities
- Webhook
- Orders
- Store Events
- App API
- Themes
- 🚨 Important Update: Zid Themes
- Adding Video URL Feature to Third-Party Themes
- Landing Page Development
- Getting Started with Zid Themes
- Templates
- Settings Schema
- Code Snippets
- Zid Themes Library: API Integration
- Data Reference
- Themes CLI
- Outdated
- The Products Catalog View for Customers vs Managers
- Multi-Inventory
- Guest Checkout
- Migrate to OAuth 2.0
- App Scripts
- Templates and Data
- Settings Schema
- Enforcing TLS 1.2 or above
- Rough- Authorization
- Shipping APIs
- Carts
- Theme Backup
- Internal API's
- App Scripts
- App Events
- Migrate old tokens to OAuth 2.0
- Get an Inventory Address by its ID.
- List Inventory Addresses
- Rough
Inventories
Get Store Location by ID
GETv1/locations/{location_id}/
Retrieves details about a specified location.
inventories.read - Inventories Read
List Store Locations
GETv1/locations/
Retrieves a list of locations associated with the store.
inventories.read - Inventories Read
Add a New Location
POSTv1/locations/
Adds a new location to the store.
inventories.read_write - Inventories Read & Write
Update a Location by ID
PATCHv1/locations/{location_id}/
Updates the details of a specified location.
inventories.read_write - Inventories Read & Write
Update Products Stock by Location ID
POSTv1/locations/{{location_id}}/stock-update/
This endpoint allows store managers to update stock quantities for products at a specific location. Managers can specify the available quantity and wh...