Zid Docs
Merchant APIApp APIThemes
Merchant APIApp APIThemes
Help Center
Slack
  1. Store Events
  • Start Here 🚀
  • Overview to Zid Apps
  • Authorization
  • Responses
  • Webhooks
  • Rate Limiting
  • APIs
    • Orders
      • Update Order by ID
      • Get Order Credit Notes
      • Get Order by ID
      • List of Orders
    • Reverse Orders
      • Reverse Order Reasons
      • Create Reverse Orders
      • Create Reverse Orders Waybill
      • Add Reverse Order Reasons
    • Carts
      • Get Abandoned Cart Details
      • List Abandoned Carts
    • Products
      • Managing Products
        • Get a Product by ID
        • Retrieve a list of products
        • Create a new product
        • Update an existing product.
        • Bulk update of products using their IDs or SKUs
        • Delete a product.
        • Product Setting
      • Digital Vouchers
        • Product Vouchers
        • Order Voucher
        • Add Product Voucher
        • Import Vouchers
        • Export Vouchers
        • Update Product Voucher
        • Remove Product Voucher
      • Product Categories
        • Get Single Category Details
        • Get all categories
        • Create Store Category
        • Update a Store Category
        • Add a product to a certain category
        • Publish/Unpublish a Category
        • Detach Category from All Products
        • Remove Category from Product
      • Product Badge
        • Product Badge
      • Product Attributes
        • Get Product Attributes
        • Get Product Attributes
        • Retrieve a product attribute
        • Add a New Product Attribute
        • Add a New Product Attribute
        • Update a product attribute
        • Delete a product attribute
      • Product Attribute Presets
        • Get attribute presets
        • Create Attribute Preset
        • Update Attribute Preset
        • Delete an attribute preset
      • Product Customizations
        • Add Product Variants
        • Insert Custom Options to a Product
        • Insert Custom User-Input Fields to a Product
      • Product Manual Sorting
        • Set Custom Product Order
        • Reset the manual sorting of all products
      • Product Images
        • Get List of images of a product.
        • Add an image to a product
        • Update a product Image Order
        • Delete a product image
      • Product Notifications
        • Availability Notification Stats
        • Availability Notifications Settings
        • List Availability Notifications
        • Add Availability Notification
        • Save Availability Notifications Settings
        • Manually Send Availability Notification Email
        • Export Availability Notifications
      • Product Import
        • Email All Products to Store Owner
        • Import Products via CSV or xlsx File
      • Product Stock (Multi-Inventory)
        • Get Product Stock by ID
        • List Product Stocks
        • Add Product Stock
        • Update Single Product Stock
        • Bulk Update Product Stocks
      • Product Questions & Answers
        • Get Question
        • Get Answer
        • Get All Questions
        • List Question Answers
        • Create Question
        • Create Answer
        • Update Question
        • Update Answer
        • Delete Question
        • Delete Answer
      • Product Reviews
        • List Reviews
        • New Reviews Total
      • Digital Products
        • Create Downloadable Product
        • Generate an Upload URL
        • Upload File to S3
        • Create Product Downloadables
        • Get Product Downloadables
        • Delete Product Downloadables
        • Get Store Downloadables
        • Create Store Downloadables
        • Delete Store Downloadables
    • Inventories
      • Get Store Location by ID
      • List Store Locations
      • Add a New Location
      • Update a Location by ID
      • Update Products Stock by Location ID
    • Shipping
      • List Store Delivery Options
      • Add Shipping Option
    • Marketing
      • Gift Cards
        • Get Store Settings
        • Add gift card to the cart
        • Update Store Settings
        • Upload gift card designs
        • Remove gift card from the cart
      • Coupons
        • Create a New Coupon
        • List Coupons
        • Get Coupon Details
        • Update Coupon
        • Delete Coupon
      • Bundle Offers
        • Retrieve all Bundle Offers
      • Loyalty Program
        • Loyalty Program Points per Order
        • Store Loyalty Status
        • 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
      • List of Customers
      • Get Customer by ID
    • Store Settings
      • 📄 User Roles and Permissions
      • Get Manager's Profile
      • Get VAT Settings
      • List of Payment Method
    • Countries and Cities
      • Retrieve Store Operating Countries
      • Retrieve Cities by Country ID
      • Countries List
    • Webhook
      • List of Webhooks
      • Create a Webhook
      • Delete a Webhook by OriginalId
      • Delete a Webhook by Subscriber
  • Store Events
    • Order
    • Product
    • Abandoned Cart
    • Customer
    • Product Category
  1. Store Events

Product Category

ProductCategory
id
integer 
optional
Unique identifier for the category
Example:
875210
name
string 
optional
Name of the category
Example:
Sport Shoes
slug
string 
optional
URL-friendly version of the category name
Example:
sport-shoes
SEO_category_title
string 
optional
SEO optimized title for the category
Example:
Sport Shoes - Run with Comfort
SEO_category_description
string 
optional
SEO optimized description for the category
Example:
Our selection of sport shoes offers the best in comfort and performance for your athletic needs.
names
object 
optional
Category names in different languages
en
string 
optional
Example:
Sport Shoes
ar
string 
optional
Example:
أحذية رياضية
description
object 
optional
Category descriptions in different languages
en
string 
optional
Example:
Featuring a range of sport shoes for every sport from running to football.
ar
string 
optional
Example:
مجموعة متنوعة من الأحذية الرياضية لكل الرياضات من الجري إلى كرة القدم.
url
string 
optional
URL of the category on the web store
Example:
https://example.zid.store/categories/875210/sport-shoes
image
string 
optional
URL of the category's image (thumbnail size)
Example:
https://media.zid.store/example-store/75decdde-4e94-45fe-8eb1-1edf4ead3ff0-260x260.png
image_full_size
string 
optional
URL of the category's image (full size)
Example:
https://media.zid.store/example-store/75decdde-4e94-45fe-8eb1-1edf4ead3ff0.png
img_alt_text
string 
optional
Alternative text for the image for accessibility and SEO
Example:
Sport shoes collection
cover_image
string 
optional
URL of the category's cover image
Example:
https://media.zid.store/example-store/94b62e84-4ee3-4bfb-9833-6de53e2b8e1a.png
image_full
string 
optional
Full sized category image
Example:
https://media.zid.store/example-store/75decdde-4e94-45fe-8eb1-1edf4ead3ff0.png
products_count
integer 
optional
Number of products under the category
Example:
120
sub_categories
array[object (ProductCategory) {18}] 
optional
List of sub-categories under this category. Empty if no sub-categories exist.
id
integer 
optional
Unique identifier for the category
Example:
875210
name
string 
optional
Name of the category
Example:
Sport Shoes
slug
string 
optional
URL-friendly version of the category name
Example:
sport-shoes
SEO_category_title
string 
optional
SEO optimized title for the category
Example:
Sport Shoes - Run with Comfort
SEO_category_description
string 
optional
SEO optimized description for the category
Example:
Our selection of sport shoes offers the best in comfort and performance for your athletic needs.
names
object 
optional
Category names in different languages
description
object 
optional
Category descriptions in different languages
url
string 
optional
URL of the category on the web store
Example:
https://example.zid.store/categories/875210/sport-shoes
image
string 
optional
URL of the category's image (thumbnail size)
Example:
https://media.zid.store/example-store/75decdde-4e94-45fe-8eb1-1edf4ead3ff0-260x260.png
image_full_size
string 
optional
URL of the category's image (full size)
Example:
https://media.zid.store/example-store/75decdde-4e94-45fe-8eb1-1edf4ead3ff0.png
img_alt_text
string 
optional
Alternative text for the image for accessibility and SEO
Example:
Sport shoes collection
cover_image
string 
optional
URL of the category's cover image
Example:
https://media.zid.store/example-store/94b62e84-4ee3-4bfb-9833-6de53e2b8e1a.png
image_full
string 
optional
Full sized category image
Example:
https://media.zid.store/example-store/75decdde-4e94-45fe-8eb1-1edf4ead3ff0.png
products_count
integer 
optional
Number of products under the category
Example:
120
sub_categories
array[object (ProductCategory) {18}] 
optional
List of sub-categories under this category. Empty if no sub-categories exist.
parent_id
integer  | null 
optional
ID of the parent category. Null if this is a top-level category.
Example:
null
flat_name
string 
optional
Flat representation of the category name
Example:
Sport Shoes
is_published
boolean 
optional
Flag indicating if the category is currently published and visible on the store
Example:
true
parent_id
integer  | null 
optional
ID of the parent category. Null if this is a top-level category.
Example:
null
flat_name
string 
optional
Flat representation of the category name
Example:
Sport Shoes
is_published
boolean 
optional
Flag indicating if the category is currently published and visible on the store
Example:
true
Modified at 2025-01-08 05:38:02
Previous
Customer
Built with