- 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
- Store Events
- Payment API
- Apps
- 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
Main Navigation Menu
"main_navigation_menu":{
"items": [ //max 40 items
{
"id": XXXXX,
"name": "name",
"slug": "", //home, all_products, all_cetgories
"url": "<https://mystore.com/slug>",
"extra": {
"SEO_category_title": "category title",
"SEO_category_description": "category des",
"image": null,
"img_alt_text": null,
"cover_image": null,
"products_count": 1,
},
"items": [
//sub items
]
}
]
}