Zid Docs
Apps
ThemesPayments
Apps
ThemesPayments
Help Center
Slack
  1. Product Categories
  • 🗂️ Overview
  • 🚀 Start Here
  • Create your First App
  • Responses
  • Rate Limiting
  • Authorization
  • Embedded Apps
  • StoreFront Events
  • Zid MUI
  • Zid SDKs
  • Our custom MCP server
  • Merchant APIs
    • Account
      • Me
        • Me
        • Profile
      • Store
        • Store
        • Branding
        • Localization
        • Social
        • Operations
        • Business
        • Upload Logo Image
        • Delete Logo Image
        • Upload Icon Image
        • Delete Icon Image
        • Upload Cover Image
        • Delete Cover Image
    • Orders
      • Validate Order Request
      • Create Order
      • Change Order Status
      • Add Order Comment
      • View Order
      • List Orders
      • List Custom Order Statuses
      • List Order Credit Notes
    • Reverse Orders
      • Create Reverse Orders
      • Create Reverse Orders Waybill
      • Add Reverse Order Reasons
      • List Reverse Reasons
      • Calculate Reverse Totals
      • Create refund for reverse order
      • Upload bank transfer receipt
      • Update return products
      • Order Details – View for Return
    • Abandoned Carts
      • List Carts
      • View Cart
    • Products
      • Managing Products
        • Create Product Types
        • Create Product
        • List Products
        • View Product
        • List Product Settings
        • Update Product
        • Bulk Update Products
        • Delete Product
      • Digital Vouchers
        • List Vouchers
        • Order Vouchers
        • Create Voucher
        • Import Vouchers
        • Export Vouchers
        • Update Voucher
        • Remove Voucher
      • Product Categories
        • List Categories
          GET
        • View Category
          GET
        • Create Category
          POST
        • Create Subcategory
          POST
        • Update Category
          POST
        • Assign Product to Category
          POST
        • Bulk Assign Products to Category
          PATCH
        • Publish Category
          PUT
        • Detach Category from All Products
          DELETE
        • Remove Product from Category
          DELETE
      • Product Badge
        • List Badges
      • Product Attributes
        • List Attributes
        • View Attribute
        • Create Attribute
        • Update Attribute
        • Delete Attribute
      • Product Attribute Presets
        • List Presets
        • Create Preset
        • Update Preset
        • Delete Preset
      • Product Variants
        • Create Variants
        • Create Custom Option
        • Update Custom Option
        • Delete Custom Option Field
        • Create Custom Input Field
        • Update Custom Input Field
        • Delete Custom Input Field
      • Product Sorting
        • Set Manual Product Order
        • Reset Manual Product Order
      • Product Images
        • List Images
        • Upload Image
        • Update Image Order
        • Delete Image
      • Product Availability Notifications
        • Notification Stats
        • Noticiation Settings
        • List Notifications
        • Create Notification
        • Update Settings
        • Send Notification Email
        • Export Notifications
      • Product Export
        • Email All Products to Store Owner
        • Import Products via CSV or xlsx File
      • Product Stock
        • Retrieve Product Stock
        • List Product Stock Records
        • Create Product Stock
        • Update Product Stock
        • Bulk Update Product Stock Records
      • Product Questions & Answers
        • Retrieve Product Question
        • Retrieve Product Answer
        • List Product Questions
        • List Answers for Question
        • Create Product Question
        • Create Product Answer
        • Update Product Question
        • Update Product Answer
        • Delete Product Question
        • Delete Product Answer
      • Product Reviews
        • List Reviews
        • Count Reviews
      • Digital Products
        • Create Downloadable Product
        • Generate Upload URL
        • Upload File to S3
        • Create Product Downloadable
        • Get Product Downloadables
        • Delete Product Downloadable
        • List Store Downloadables
        • Create Store Downloadable
        • Delete Store Downloadable
    • Inventories
      • Create Location
      • Update Location
      • Update Product Stock for Location
      • List Locations
      • View Location
    • Shipping
      • List Store Shipping Methods
    • Marketing
      • Coupons
        • List Coupons
        • View Coupon
        • Create Coupon
        • Generate Bulk Coupons
        • Duplicate Coupon
        • Duplicate Bulk Coupons
        • Update Coupon Note
        • Update Coupon
        • Update Bulk Coupons
        • Update Coupon Status
        • Update Bulk Coupons Status
        • Delete Coupon
        • Delete Bulk Coupons
      • Bundle Offers
        • List Bundle Offers
      • Loyalty Program
        • Loyalty Program Status
        • Loyalty Program Details
        • Loyalty Program Info
        • Customer Loyalty Summary
        • Customer Points History
        • Activate Loyalty Program
        • Set Points Expiration Rules
        • Update Cashback Rule
        • Create Points Redemption Method
        • Update Points Redemption Method
        • Delete Points Redemption Method
        • Adjust Customer Points
      • Discount Rules
    • Customers
      • Customer Tags
        • List Customer Tags
        • Add Customer Tag
        • ْUpdate Customer Tag
        • Delete Customer Tag
      • List Customers
      • View Customer
      • Primary Customer List
      • FInd Customer By Phone Number
      • Customer Profile
      • Add Customer
      • Update Customer
      • Delete Customer
      • Add Bulk Customers
      • Import Customers
    • Store Settings
      • 📄 User Roles and Permissions
      • Retrieve Store Manager Profile
      • Retrieve VAT Settings
      • List Payment Methods
      • List Store Operating Countries
    • Countries and Cities
      • List Countries
      • List Cities for Country
  • Webhooks
    • Overview
    • Webhook Health Tracking
    • Events
      • Order
      • Product
      • Abandoned Cart
      • Customer
      • Product Category
    • APIs
      • Health Summary
      • Broken Webhooks
      • Recover Broken Webhooks
      • List Webhooks
      • Create Webhook
      • Delete Webhook
      • Delete Webhook By subscriber
  • App Management
    • Events
    • APIs
      • Subscription Details
      • Update Usage-Based Charges
  1. Product Categories

Update Category

POST
https://api.zid.sa/v1/managers/store/categories/{category_id}/update
Use this endpoint to update only one store category
🔑Scopes
products.read_write - Products Read & Write

Request

Path Params

Header Params

Body Params multipart/form-data

Responses

🟢200OK
application/json
Bodyapplication/json

🟠401Unauthorized
🔴500Internal Server error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.zid.sa/v1/managers/store/categories/1486524/update' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en' \
--form 'name[ar]="Hello World"' \
--form 'name[en]="Hello World"' \
--form 'description[ar]="Hello World"' \
--form 'description[en]="Hello World"' \
--form '_method="put"'
Response Response Example
200 - Success
{
    "status": "object",
    "category": {
        "id": 1486524,
        "name": "Hello World",
        "uuid": "d20ff9ed-90c0-4733-9657-6b4e671d7809",
        "slug": "hello-world",
        "SEO_category_title": "Hello World",
        "SEO_category_description": "Hello World",
        "i18n_SEO_category_title": {
            "ar": "Hello World",
            "en": "Hello World"
        },
        "i18n_SEO_category_description": {
            "ar": "Hello World",
            "en": "Hello World"
        },
        "names": {
            "en": "Hello World",
            "ar": "Hello World"
        },
        "description": {
            "en": "Hello World",
            "ar": "Hello World"
        },
        "url": "https://osama.zid.store/categories/1486524/hello-world",
        "image": null,
        "image_full_size": null,
        "img_alt_text": "",
        "i18n_img_alt_text": {
            "ar": null
        },
        "cover_image": null,
        "image_full": null,
        "products_count": 0,
        "sub_categories": [],
        "parent_id": null,
        "flat_name": "Hello World",
        "is_published": true,
        "metafields": [
            {
                "id": "2cf0cf26-d468-452a-9492-2fe5970c3cd8",
                "name": {
                    "ar": "لون",
                    "en": "Color"
                },
                "slug": "Color-1",
                "data_type": "text",
                "display_order": 3,
                "structure_definition": null,
                "value": null
            },
            {
                "id": "6579510a-0ce0-4f83-b53f-e3abe9c0f0d5",
                "name": {
                    "ar": null,
                    "en": "g gg"
                },
                "slug": "g-gg",
                "data_type": "text",
                "display_order": 2,
                "structure_definition": null,
                "value": null
            },
            {
                "id": "ff173ea4-429c-40f0-a6a0-8e29e655ea83",
                "name": {
                    "ar": null,
                    "en": "date"
                },
                "slug": "date",
                "data_type": "date",
                "display_order": 1,
                "structure_definition": null,
                "value": null
            }
        ]
    },
    "message": {
        "type": "object",
        "code": null,
        "name": null,
        "description": null
    }
}
Modified at 2026-02-15 09:23:33
Previous
Create Subcategory
Next
Assign Product to Category
Built with