get https://restapi.ordergroove.com/offer_profiles/
Lists all offer profiles for an individual User.
Authentication
Response Body Definitions
Name | Type | Description | Example |
---|---|---|---|
public_id | string | Unique Offer Profile ID | "e3e9ac44a24f15e485b0bc764e107cf3" |
name | string | Name of Offer Profile | Default Offer Profile |
merchant | string | Merchant ID | "ac4f7938383a11e89ecbbc764e1107f2" |
live | boolean | True=active profile; False=inactive profile | true |
weight | integer | Profile weight | 100 or 0 |
offers | array | List of Offer IDs associated with the profile | ["a748aa648ac811e8af3bbc764e106cf4"] |
recurring_coupon | object | Recurring Coupon object | {} or null |
initial_coupon | object | Initial Coupon object | {} or null |
Response Body Definitions (Recurring Coupon Object)
Name | Type | Description | Example |
---|---|---|---|
public_id | string | Unique Recurring Coupon ID | "ff48e9fdc8eb4d79abd7c8c573523d25" |
name | string | Recurring Coupon name | "Demo Store Incentives" |
code | string | Recurring Coupon code | "demo_store" |
discounts | object | Discounts object | {} or null |
Response Body Definitions (Initial Coupon Object)
Name | Type | Description | Example |
---|---|---|---|
public_id | string | Unique Recurring Coupon ID | "ff48e9fdc8eb4d79abd7c8c573523d25" |
name | string | Recurring Coupon name | "Demo Store Incentives" |
code | string | Recurring Coupon code | "demo_store" |
discounts | object | Discounts object | {} or null |
Response Body Definitions (Discounts Object)
Name | Type | Description | Example |
---|---|---|---|
public_id | string | Unique Discount ID | "c67dec11aedb4885aa9a58c3f89de746" |
name | string | Discount name | "Free shipping on orders over $50" |
object | integer | 1 | |
type | string | 2 | |
value | string | Discount value | "100" |
threshold_field | integer | 3 | |
threshold_value | string | "50" |