Magento 2 Loyalty Program REST API
GETGet Loyalty Program List
{{magento_base_url}}/rest/V1/mpLoyalty/programs?searchCriteria[filter_groups][0][filters][0][field]=program_id&searchCriteria[filter_groups][0][filters][0][value]=2&searchCriteria[filter_groups][0][filters][0][condition_type]=eq
You can filter by using params SearchCriteria
HEADERS
Content-Type
Authorization
PARAMS
searchCriteria[filter_groups][0][filters][0][field]
searchCriteria[filter_groups][0][filters][0][value]
searchCriteria[filter_groups][0][filters][0][condition_type]
Example Request
Get Loyalty Program List Example
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type
POSTCreate/Update Loyalty Program
{{magento_base_url}}/rest/V1/mpLoyalty/programs
To update the program, please add "program_id" field in body section, see example
HEADERS
Content-Type
Authorization
Bodyraw (json)
Example Request
Update Loyalty Program
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type
POSTAdd Customer to Loyalty Program
{{magento_base_url}}/rest/V1/mpLoyalty/programs/customer/add/:programId?customers=roni_cost@example.com
You can add multiple customers by filling in the customers field in Params, emails are seperated from each other by a comma ","
HEADERS
Content-Type
Authorization
PARAMS
customers
PATH VARIABLES
programId
Example Request
Add Customer Example
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type
GETGet Customer's Loyalty Program Info
{{magento_base_url}}/rest/V1/mpLoyalty/customers/
You can filter by using params SearchCriteria
HEADERS
Content-Type
Authorization
PARAMS
searchCriteria[filter_groups][0][filters][0][field]
searchCriteria[filter_groups][0][filters][0][value]
searchCriteria[filter_groups][0][filters][0][condition_type]
Example Request
Get Customer Example
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Keep-Alive
Connection
Content-Type