- 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 WalletGET
- Customer PointsGET
- Loyalty Program Points per OrderGET
- Store Loyalty StatusGET
- Redemption MethodsGET
- Cashback RulesGET
- Add Redemption to CartPOST
- Remove Redemption from CartPOST
- 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
- 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.0
- Get an Inventory Address by its ID.
- List Inventory Addresses
- Rough
Store Loyalty Status
GET
https://api.zid.sa/v1v1/customers/loyalty-program/1/loyalty-status
Loyalty Program
🔑Scopes
loyalty_program.read
- Loyalty Program ReadRequest
Query Params
STORE_ID
stringÂ
optional
Header Params
Accept
stringÂ
optional
Default:
application/json
Accept-Language
enum<string>Â
optional
en
if not specified.Allowed values:
enar
Example:
en
Content-Type
stringÂ
optional
Default:
application/json
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/v1v1/customers/loyalty-program/1/loyalty-status?STORE_ID' \
--header 'Accept;' \
--header 'Accept-Language;' \
--header 'Content-Type: text/plain' \
--data-raw ''
Responses
🟢200Store loyalty program status retrieved successfully.
application/json
Body
status
stringÂ
optional
loyalty_status
booleanÂ
optional
Default:
true
message
objectÂ
optional
type
stringÂ
optional
code
nullÂ
optional
name
nullÂ
optional
description
nullÂ
optional
Example
{
"status": "string",
"loyalty_status": true,
"message": {
"type": "string",
"code": null,
"name": null,
"description": null
}
}
Modified at 2025-01-31 07:36:03