GET
/
catalog
/
offers
/
{offer_id}

Retrieve a specific Offer given its offer_id.

This endpoint supports collections and metadata. Use the include query param.

Headers

X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer
X-Violet-Api-Features
string

Path Parameters

offer_id
integer
required

Query Parameters

base_currency
string
default: USD
exchange_rate
number
include
enum<string>

Comma-separated list of extra data to be included.

Available options:
metadata,
collections,
shipping

Response

200 - application/json

Product Offer

id
integer
product_id
string
deprecated

The parent/container product ID. Note: this is a legacy property and is now considered deprecated.

external_id
string

The ID of the product in the merchants external store.

external_url
string

The URL to the product page in the merchants store.

name
string

Name of the offer.

description
string | null

Description of the offer. Note: this value may contain HTML elements.

Maximum length: 65000
source
enum<string>

Commerce platform the offer was sourced from.

Available options:
OTHER,
SHOPIFY,
MAGENTO,
MAGENTO_ONE,
WOOCOMMERCE,
BIGCOMMERCE,
LIGHTSPEED,
ECWID,
YAAS,
SPREECOMMERCE,
DEMANDWARE,
VOLUSION,
PRESTASHOP,
THREEDCART,
SYLIUS,
WIX,
SWELL,
MIVA,
WEBSPHERE,
ORACLECC,
SAPCC,
SQUARESPACE,
SHOPWARE,
COMMERCETOOLS,
MEDUSA,
ABICART,
SPRYKER,
MYSTORE,
CENTRA,
XCART,
VTEX,
KIBO,
SALEOR,
VENDO,
CHORD,
DIGITALRIVER,
SQUARE,
AMAZON,
BIGCARTEL,
CUSTOM
seller
string | null

Name of merchant selling product.

vendor
string | null

Name of source vendor or brand.

merchant_id
integer

Merchant ID

available
boolean

Is the product available for purchase.

visible
boolean

Is the product hidden in the merchants store. Note: a product can be hidden while still being available for purchase.

min_price
integer

Minimum Price the Offer sells for.

max_price
integer

Maximum Price the Offer sells for.

currency
string

Base Currency of Offer. Intended for reference only. The currency property of the SKU is the currency source of truth.

source_category_name
string | null

Original Category on Source Platform

metadata
array | null

Additional Meta Data of the Offer

variants
object[]

Product variations configured by the merchant in their external store. Note: Variations can have any name the merchant chooses to use. There is no pre-defined set of possible variants or variant values.

skus
object[]

Sku's are unique combinations of Variants the compose a purchasable entity. When placing orders a Sku is the item that will be purchased.

albums
object[]

Grouped of media for the Offer. Note: For most commerce platforms there will only be a single album per Offer.

type
enum<string>

Type of product. Note: Offers with a type of BUNDLED cannot be purchased through the API at this time due to ecom platform limitations.

Available options:
PHYSICAL,
DIGITAL,
VIRTUAL,
BUNDLED
status
enum<string>

Current status of the Offer.

Available options:
UNAVAILABLE,
AVAILABLE,
DISABLED_UNAVAILABLE,
DISABLED_AVAILABLE,
FOR_DELETION,
ARCHIVED
publishing_status
enum<string>

Publishing Status

Available options:
NOT_PUBLISHED,
PUBLISHED
date_created
string

Date of offer creation in ISO 8601 format.

date_last_modified
string

Date of last offer update in ISO 8601 format.

date_last_consolidated
string

Date of last consolidation in ISO 8601 format. This date is jittered for performance reasons and can be in the future

three_d_enabled
boolean | null
default: false

Is the product 3D Enabled

three_d_resource
string | null

3D Resource Object

commission_rate
number

Amount given by merchant

currency_symbol
string | null

Symbol representing the desired currency

presented_currency
string

The presented currency of this SKU

default_image_url
string

The default image for this Offer. Only present on responses from the Search API. In other cases this value will be on the album's primary media object.

subscription_status
enum<string>

Subscription status

Available options:
NOT_SUBSCRIBED,
SUBSCRIBED
external_data
object

The raw external product data from the external commerce platform

collections
object[]

Collections this offer belongs to

shipping
object | null

[ALPHA] - Shipping data for the Offer.

tags
string[]