curl --request GET \
--url https://loyalty-admin.appstle.com/api/external/point-redeem-rules \
--header 'X-API-Key: <x-api-key>'{
"name": "<string>",
"redeemPoints": 123,
"discount": 123,
"minimumPurchaseAmount": 123,
"id": 123,
"shop": "<string>",
"createAt": "2023-11-07T05:31:56Z",
"updateAt": "2023-11-07T05:31:56Z",
"maximumShippingRate": 123,
"productId": 123,
"variantId": 123,
"productData": "<string>",
"collectionId": 123,
"collectionData": "<string>",
"customerFacingLabel": "<string>",
"restrictCustomers": "<string>",
"restrictCustomersWithTags": "<string>",
"combinedWithProductDiscount": true,
"combinedWithShippingDiscount": true,
"combinedWithOrderDiscount": true,
"triggeredCount": 123,
"pointsCost": 123,
"enableInterval": true,
"redeemLimit": 123,
"enableNumberOfUsagesLimit": true,
"numberOfUsagesLimit": 123,
"allowedCustomerTags": "<string>",
"earnRuleId": 123,
"vipTierId": 123,
"redeemLabel": "<string>",
"customerFacingIconUrl": "<string>",
"serial": 123,
"discountCodeForAllCustomer": true,
"allowedCountries": "<string>",
"showInPosOnly": true,
"redeemAllPoints": true,
"enableMinimumPointsToRedeem": true,
"requiredMinimumPointsToRedeem": 123,
"enableMaximumPointsToRedeem": true,
"requiredMaximumPointsToRedeem": 123,
"enablePOS": true,
"minimumPointsLabel": "<string>",
"maximumPointsLabel": "<string>",
"applyDiscountOnce": true,
"enableDiscountPrefix": true,
"discountPrefixText": "<string>",
"discountCodeNodeId": "<string>",
"translations": "<string>",
"quantity": 123,
"applyToEachItem": true
}Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Successfully retrieved point redemption rules
DISCOUNT_CODE, FREE_PRODUCT, FREE_SHIPPING, PRODUCT_DISCOUNT, COLLECTION_DISCOUNT, BIRTHDAY_REWARD, DYNAMIC_DISCOUNT, STATIC_REDEEM_RULE, STORE_CREDIT ACTIVE, INACTIVE PERCENTAGE, FIXED EXISTING_CUSTOMER_REWARD, NEW_CUSTOMER_REWARD, VIP DAY, WEEK, MONTH, YEAR, LIFETIME ONE_TIME, SUBSCRIPTION, BOTH curl --request GET \
--url https://loyalty-admin.appstle.com/api/external/point-redeem-rules \
--header 'X-API-Key: <x-api-key>'{
"name": "<string>",
"redeemPoints": 123,
"discount": 123,
"minimumPurchaseAmount": 123,
"id": 123,
"shop": "<string>",
"createAt": "2023-11-07T05:31:56Z",
"updateAt": "2023-11-07T05:31:56Z",
"maximumShippingRate": 123,
"productId": 123,
"variantId": 123,
"productData": "<string>",
"collectionId": 123,
"collectionData": "<string>",
"customerFacingLabel": "<string>",
"restrictCustomers": "<string>",
"restrictCustomersWithTags": "<string>",
"combinedWithProductDiscount": true,
"combinedWithShippingDiscount": true,
"combinedWithOrderDiscount": true,
"triggeredCount": 123,
"pointsCost": 123,
"enableInterval": true,
"redeemLimit": 123,
"enableNumberOfUsagesLimit": true,
"numberOfUsagesLimit": 123,
"allowedCustomerTags": "<string>",
"earnRuleId": 123,
"vipTierId": 123,
"redeemLabel": "<string>",
"customerFacingIconUrl": "<string>",
"serial": 123,
"discountCodeForAllCustomer": true,
"allowedCountries": "<string>",
"showInPosOnly": true,
"redeemAllPoints": true,
"enableMinimumPointsToRedeem": true,
"requiredMinimumPointsToRedeem": 123,
"enableMaximumPointsToRedeem": true,
"requiredMaximumPointsToRedeem": 123,
"enablePOS": true,
"minimumPointsLabel": "<string>",
"maximumPointsLabel": "<string>",
"applyDiscountOnce": true,
"enableDiscountPrefix": true,
"discountPrefixText": "<string>",
"discountCodeNodeId": "<string>",
"translations": "<string>",
"quantity": 123,
"applyToEachItem": true
}