Endpoints
Last updated
Last updated
Returns a list of Reviews for the requested store
/reviews
A limit on the number of items returned. Between 1 and 100. Default 25.
25
The URL-encoded JSON object representing the cursor for the next page of results.
The sort order of the reviews. Format: '(date|rating) (asc|desc)'. Default 'date desc'
date desc
The moderation status of the review.
approved
approved
, pending
, rejected
/reviews/{reviewId}/reply
The ID of the Review to reply to.
Whether the Customer should be notified of the reply via email.
true
/loyalty/customers
The ID of the Loyalty Customer. Note: May not be used in combination with the email
parameter
The email address of the Loyalty Customer. Note: May not be used in combination with the loyaltyCustomerId
parameter
email@example.com
Lists the available ways to earn loyalty points. If a Loyalty Customer is specified, this returns ways of earning and amounts tailored to that customer.
/loyalty/earning_rules
The ID of the Loyalty Customer. Note: May not be used in combination with the email
parameter
The email address of the Loyalty Customer. Note: May not be used in combination with the loyaltyCustomerId
parameter
email@example.com
/loyalty/earning_transactions
The action ID of the custom earning rule.
k2d6ne
The value to be multiplied with the 'points per' value. Required for Custom Points Per Value Rules.
10
An object identifying the Loyalty Customer by email
or loyaltyCustomerId
.
Lists the available ways to redeem loyalty points for rewards. If a Loyalty Customer is specified, this returns ways of earning and amounts tailored to that customer.
/loyalty/redemption_rules
The ID of the Loyalty Customer. Note: May not be used in combination with the email
parameter
The email address of the Loyalty Customer. Note: May not be used in combination with the loyaltyCustomerId
parameter
email@example.com
/loyalty/redemption_transactions
The unique identifier for the redemption rule.
An object identifying the Loyalty Customer by email
or loyaltyCustomerId
.
/loyalty/adjustment_transactions
The number of points by which the customer's points balance is to be adjusted. Specify either a positive number to add points or a negative number to remove points.
10
Description of the transaction which is displayed to the store owner.
Gifted points due to bad shipping experience
Description of the transaction which is displayed to the Customer.
Gifted Points
An object identifying the Loyalty Customer by email
or loyaltyCustomerId
.
/loyalty/customer_minimum_vip_tiers
The name of the VIP Tier, or null to remove a previously configured minimum VIP Tier.
Silver
An object identifying the Loyalty Customer by email
or loyaltyCustomerId
.
A Customer Profile is a collection of data points (grouped by namespace) about a specific Customer.
/customers/{customerId}/profiles
The ID of the Customer to retrieve. Use the /customer_lookup endpoint to get the Customer's ID.
A limit on the number of items returned. Between 1 and 100. Default 25.
25
The URL-encoded JSON object representing the cursor for the next page of results.
The identifier used to group Customer data. Specify this property to filter the Customer's profile data to a specific namespace.
okendo-general
A Customer Activity is an action that the Customer has taken or an action that relates to the Customer.
/customers/{customerId}/activities
The ID of the Customer to retrieve. Use the /customer_lookup endpoint to get the Customer's ID.
A limit on the number of items returned. Between 1 and 100. Default 25.
25
The URL-encoded JSON object representing the cursor for the next page of results.
The identifier used to group Customer data. Specify this property to filter the Customer's activities to a specific namespace.
okendo-general
/groups
The name of the group.
Indicates if the products in the group are automatically assigned to show reviews from other products within the same group.
The ID of Shopify collection that will be used to create the group.
123456789