- 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
Orders
Update Order by ID
POSTv1/managers/store/orders/{order-id}/change-order-status
Please note that if the order is shipped through an integrated shipping company, then we cannot update the order status from "Ready" to &quo...
Get Order Credit Notes
GETv1/managers/store/orders/{order-id}/credit-notes
The GET Credit Notes endpoint allows you to retrieve a list of credit notes associated with an order from the system. Credit notes are issued for orde...
Get Order by ID
GETv1/managers/store/orders/{order-id}/view
Get a specific order by its ID.
:::info[]Currency Handling for Orders
When the store currency, order currency, and the currency of the shipping addres...
List of Orders
GETv1/managers/store/orders
Orders can be created either by the customers from the storefronts or by the merchants from their dashboard.Use this endpoint to retrieve a list of or...