- 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
- Loyalty Program Points per OrderGET
- Store Loyalty StatusGET
- Info PageGET
- Loyalty Program ActivationPOST
- Loyalty StatusGET
- Set Points ExpirationPOST
- Cashback Rule Method UpdatePOST
- Cashback Rule Method Update StatusPUT
- Add Points Redemption MethodPOST
- Update Points Redemption MethodPOST
- Delete Points Redemption MethodPOST
- Toggle Redemption Method StatusPUT
- Show Loyalty Points Info for Specific CustomerGET
- Customer ProfileGET
- List DataGET
- Customer Points HistoryGET
- Info Page - ManagersGET
- Update Info PagePUT
- Adjust Customer PointsPOST
- Gift Cards
- Customers
- Store Settings
- Countries and Cities
- Webhook
- Orders
- Store Events
Product Setting
GET
https://api.zid.sa/v1/products/settings
🔑Scopes
products.read
- Products ReadRequest
Header Params
x-manager-token
stringÂ
optional
Example:
x-manager-token: A1B2C3D4E5F6G7H8I9J0
store-id
stringÂ
optional
Example:
12345
Authorization
stringÂ
optional
Example:
Authorization: Bearer abcd1234efgh5678ijkl
Role
stringÂ
optional
Example:
Manager
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.zid.sa/v1/products/settings' \
--header 'x-manager-token: x-manager-token: A1B2C3D4E5F6G7H8I9J0' \
--header 'store-id: 12345' \
--header 'Authorization: Authorization: Bearer abcd1234efgh5678ijkl' \
--header 'Role: Manager'
Responses
🟢200Success
application/json
Body
extended_search_support
booleanÂ
required
related_products_status
booleanÂ
required
related_products_count
integerÂ
required
sold_products_count_status
booleanÂ
required
min_sold_products_count
integerÂ
required
default_products_ordering
stringÂ
required
Example
{
"extended_search_support": true,
"related_products_status": true,
"related_products_count": 5,
"sold_products_count_status": true,
"min_sold_products_count": 100,
"default_products_ordering": "-is_infinite,-quantity"
}
Modified at 2025-01-15 08:11:57