get https://restapi.ordergroove.com/products//
Returns information for a single product by its unique identifier.
Response Body Definitions
Name | Type | Description | Example |
---|---|---|---|
merchant | string | Merchant ID | "ac4f7938383a11e89ecbbc764e1107f2" |
groups | array | Array of group objects | |
name | string | Product name | "test" |
price | string | Product price | "12.99" |
image_url | string | Product image URL | "ordergroove.com/product/product_id" |
detail_url | string | Product detail image URL | "ordergroove.com/product/product_id" |
external_product_id | string | Merchant product ID | "62900-W01" |
sku | string | Product SKU | "123456789" |
autoship_enabled | boolean | Autoship option enabled for product: enabled = true | false |
premier_enabled | integer | 0 | |
created | string | Date of product creation | "2017-02-29 12:00:00" |
last_update | string | Date of last product update | "09/3099" |
live | boolean | Account status: active = True | True |
discontinued | boolean | Product status: discontinued = True | False |
offer_profile_id | string | Offer profile associated with product | "OfferProfileId" |
extra_data | string | Raw JSON string that should be JSON.parse() as key/value store for any extra information. | "{"some": "extra", "fields": "here"}" |
incentive_group | string | ||
product_type | string | Product type | "test" |
autoship_by_default | boolean | true | |
every | integer | Number of periods | 30 |
every_period | integer | Type of period | 1 |