- 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
- 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.0POST
- Get an Inventory Address by its ID.GET
- List Inventory AddressesGET
- RoughGET
Add products to wishlist
Developing
POST
https://api.zid.sa/v1v1/customer/wishlist/
Request
Header Params
Accept-Language
string
optional
en
if not specified.Example:
ar
Content-Type
string
optional
Example:
application/json
Role
string
optional
Example:
CUSTOMER
store-id
string
optional
Example:
662
x-customer-token
string
optional
Example:
eyJpdiI6IjliNGQxU3JUUzBzeTljTmtwUmR1RGc9PSIsInZhbHVlIjoiaWx4b0tzVWV1RnVWcUUrUGZWSmF5SXRkZFRCdmZUQnBvcHZEWDE1cENmajJCVldENFUrVW9kSnRwaURLcWd6UGJPT0NTK09RQkEyQnRoQkY2Zk5xLzZNL1B2WUlHYUgrcjkza3h1UVJDWVVzNXJzZXN2TkFqZE1YSVBYUWZNZi9QS25aeWgxRW95U1pnVjNzblJ4OVpvSUN6c05VdHI1dXRKdi8wdDVOYTRtekcwK3NZakc4elAwRjRCaDZyOEpBIiwibWFjIjoiODY0MmI1MDY5ZDFjOTQ5ZmNkNzAyNjMyN2ZmYTllZWNkMjRiZmU1NGIxMzg2ODhlYThiMDRiY2NkZWRjMzUxYSIsInRhZyI6IiJ9
Body Params text/plain
Example
Example:{
"products": [
"b6c52f8d-0ffc-4355-873b-a36ea40a76ac"
]
}
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 POST 'https://api.zid.sa/v1v1/customer/wishlist/' \
--header 'Accept-Language: ar' \
--header 'Role: CUSTOMER' \
--header 'store-id: 662' \
--header 'x-customer-token: eyJpdiI6IjliNGQxU3JUUzBzeTljTmtwUmR1RGc9PSIsInZhbHVlIjoiaWx4b0tzVWV1RnVWcUUrUGZWSmF5SXRkZFRCdmZUQnBvcHZEWDE1cENmajJCVldENFUrVW9kSnRwaURLcWd6UGJPT0NTK09RQkEyQnRoQkY2Zk5xLzZNL1B2WUlHYUgrcjkza3h1UVJDWVVzNXJzZXN2TkFqZE1YSVBYUWZNZi9QS25aeWgxRW95U1pnVjNzblJ4OVpvSUN6c05VdHI1dXRKdi8wdDVOYTRtekcwK3NZakc4elAwRjRCaDZyOEpBIiwibWFjIjoiODY0MmI1MDY5ZDFjOTQ5ZmNkNzAyNjMyN2ZmYTllZWNkMjRiZmU1NGIxMzg2ODhlYThiMDRiY2NkZWRjMzUxYSIsInRhZyI6IiJ9' \
--header 'Content-Type: application/json' \
--data-raw '{
"products": [
"b6c52f8d-0ffc-4355-873b-a36ea40a76ac"
]
}'
Responses
🟢200Success
application/json
Body
count
integer
required
Example:
2
next
null
required
previous
null
required
results
array [object {44}]
required
id
string
required
Example:
0e3d9b24-986c-4ce1-914e-445448421b83
product_class
null
required
sku
string
required
Example:
Z.662.16245276488091216
barcode
string
required
parent_id
null
required
name
string
required
Example:
mobile
slug
string
required
Example:
mobile
price
integer
required
Example:
100
short_description
string | null
required
sale_price
null
required
formatted_price
string
required
Example:
100.00 ر.س
formatted_sale_price
null
required
currency
string
required
Example:
SAR
currency_symbol
string
required
Example:
ر.س
attributes
array[string]
required
categories
array[string]
required
display_order
null
required
has_options
boolean
required
Default:
false
has_fields
boolean
required
Default:
false
images
array [object {4}]
required
is_draft
boolean
required
Default:
false
quantity
integer | null
required
is_infinite
boolean
required
Default:
true
html_url
string
required
Example:
https://sorry.zidtest.com/products/mobile
weight
object
required
keywords
array[string]
required
requires_shipping
boolean
required
Default:
true
is_taxable
boolean
required
Default:
true
structure
string
required
Example:
standalone
seo
object
required
rating
object
required
store_id
integer
required
Example:
662
purchase_restrictions
object
required
metafields
null
required
meta
null
required
related_products_settings
string
required
Example:
AUTO_GENERATED
related_products_title
null
required
badge
null
required
group_products
null
required
stocks
array [object {4}]
required
sold_products_count
null
required
created_at
string
required
Example:
2021-06-24T09:40:48.823387Z
updated_at
string
required
Example:
2024-08-11T09:32:03.964248Z
added_at
string
required
Example:
2024-09-24T18:14:22.645461Z
Example
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": "0e3d9b24-986c-4ce1-914e-445448421b83",
"product_class": null,
"sku": "Z.662.16245276488091216",
"barcode": "",
"parent_id": null,
"name": "mobile ",
"slug": "mobile",
"price": 100,
"short_description": null,
"sale_price": null,
"formatted_price": "100.00 ر.س ",
"formatted_sale_price": null,
"currency": "SAR",
"currency_symbol": " ر.س ",
"attributes": [],
"categories": [],
"display_order": null,
"has_options": false,
"has_fields": false,
"images": [],
"is_draft": false,
"quantity": null,
"is_infinite": true,
"html_url": "https://sorry.zidtest.com/products/mobile",
"weight": {
"value": null,
"unit": "kg"
},
"keywords": [],
"requires_shipping": true,
"is_taxable": true,
"structure": "standalone",
"seo": {
"title": "mobile ",
"description": ""
},
"rating": {
"average": 0,
"total_count": 0,
"1_ratings": {
"percentage": 0,
"count": 0
},
"2_ratings": {
"percentage": 0,
"count": 0
},
"3_ratings": {
"percentage": 0,
"count": 0
},
"4_ratings": {
"percentage": 0,
"count": 0
},
"5_ratings": {
"percentage": 0,
"count": 0
}
},
"store_id": 662,
"purchase_restrictions": {
"min_quantity_per_cart": null,
"max_quantity_per_cart": null,
"availability_period_start": null,
"availability_period_end": null,
"sale_price_period_start": null,
"sale_price_period_end": null
},
"metafields": null,
"meta": null,
"related_products_settings": "AUTO_GENERATED",
"related_products_title": null,
"badge": null,
"group_products": null,
"stocks": [
{
"id": "1d4e08bd-0353-4b6d-92b7-3f521105cfb6",
"location": {
"id": "c374e682-5c15-4c27-bdcf-2c544cb8c8bb",
"name": "Default - الافتراضي",
"type": "PHYSICAL",
"full_address": "test"
},
"available_quantity": null,
"is_infinite": true
}
],
"sold_products_count": null,
"created_at": "2021-06-24T09:40:48.823387Z",
"updated_at": "2024-08-11T09:32:03.964248Z",
"added_at": "2024-09-24T18:14:22.645461Z"
},
{
"id": "4c8834cb-d765-4cd0-a58b-97183383fece",
"product_class": null,
"sku": "Z.662.1624432301572608",
"barcode": "",
"parent_id": null,
"name": "Product 1",
"slug": "no-shiping",
"price": 300,
"short_description": "<span></span>",
"sale_price": null,
"formatted_price": "300.00 ر.س ",
"formatted_sale_price": null,
"currency": "SAR",
"currency_symbol": " ر.س ",
"attributes": [],
"categories": [],
"display_order": null,
"has_options": false,
"has_fields": false,
"images": [
{
"id": "f8713556-fa95-4e59-8f2a-6cdf092bdb4c",
"image": {
"medium": "https://test-media-907587157081.zid.store/thumbs/3183f757-6687-4499-9487-ed47910ab9d0/f8713556-fa95-4e59-8f2a-6cdf092bdb4c-thumbnail-770x770-70.jpg",
"small": "https://test-media-907587157081.zid.store/thumbs/3183f757-6687-4499-9487-ed47910ab9d0/f8713556-fa95-4e59-8f2a-6cdf092bdb4c-thumbnail-500x500-70.jpg",
"large": "https://test-media-907587157081.zid.store/thumbs/3183f757-6687-4499-9487-ed47910ab9d0/f8713556-fa95-4e59-8f2a-6cdf092bdb4c-thumbnail-1000x1000-70.jpg",
"thumbnail": "https://test-media-907587157081.zid.store/thumbs/3183f757-6687-4499-9487-ed47910ab9d0/f8713556-fa95-4e59-8f2a-6cdf092bdb4c-thumbnail-370x370-70.jpg",
"full_size": "https://test-media-907587157081.zid.store/3183f757-6687-4499-9487-ed47910ab9d0/f8713556-fa95-4e59-8f2a-6cdf092bdb4c.jpg"
},
"alt_text": null,
"display_order": 0
}
],
"is_draft": false,
"quantity": 2,
"is_infinite": false,
"html_url": "https://sorry.zidtest.com/products/no-shiping",
"weight": {
"value": null,
"unit": "kg"
},
"keywords": [],
"requires_shipping": true,
"is_taxable": true,
"structure": "standalone",
"seo": {
"title": "No shiping",
"description": ""
},
"rating": {
"average": 2,
"total_count": 1,
"1_ratings": {
"percentage": 0,
"count": 0
},
"2_ratings": {
"percentage": 100,
"count": 1
},
"3_ratings": {
"percentage": 0,
"count": 0
},
"4_ratings": {
"percentage": 0,
"count": 0
},
"5_ratings": {
"percentage": 0,
"count": 0
}
},
"store_id": 662,
"purchase_restrictions": {
"min_quantity_per_cart": null,
"max_quantity_per_cart": null,
"availability_period_start": null,
"availability_period_end": null,
"sale_price_period_start": null,
"sale_price_period_end": null
},
"metafields": null,
"meta": null,
"related_products_settings": "AUTO_GENERATED",
"related_products_title": null,
"badge": null,
"group_products": null,
"stocks": [
{
"id": "c7a058f0-0522-4144-aea6-a67c1106debd",
"location": {
"id": "c374e682-5c15-4c27-bdcf-2c544cb8c8bb",
"name": "Default - الافتراضي",
"type": "PHYSICAL",
"full_address": "test"
},
"available_quantity": 2,
"is_infinite": false
}
],
"sold_products_count": null,
"created_at": "2021-06-23T07:11:41.580122Z",
"updated_at": "2024-10-06T12:14:10.031094Z",
"added_at": "2024-09-24T18:14:25.206904Z"
}
]
}
Modified at 2024-10-22 09:35:06