Rewards program
Endpoint
POST https://{shopDomain}/apps/dotapparel/api-rewardsAccount
{
"email": "[email protected]"
}{
available_rewards: "0",
gifts: [
{
created_at: "2021-05-27",
description: "Test March Gift",
expires_at: "2023-03-06",
gift_id: "21", // previously called "id"
options: [
{
handle: "abc-123",
shopify_id: 1234567890,
},
],
},
],
join_date: "2019-03-06",
tier_description: "$300 - $699",
tier_locked_until_date: "2021-09-01",
tier_join_date: "2021-05-27",
tier_name: "Tier 2",
next_tier_id: "4",
next_tier_name: "Business Class",
reward_account_id: "461116",
rewards: [
{
available: "25.00",
id: "163421",
created_at: "2018-08-22",
description: "Example Reward",
expires_at: "2023-03-06",
redeemed: "0.00",
total: "25.00",
},
],
spend_to_next_tier: "700.00",
}Adding Reward to Orders
Endpoints
Get Reward Balance
UI example


Form validations
Recommended workflow
Example discount_application of Reward Redemption in Shopify orders
Adding a Gift Product to Orders
Example payload of Gift Redemption discount and item in Shopify orders
Last updated