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

albums
object[]

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

available
boolean

Is the product available for purchase.

collections
object[]

Collections this offer belongs to

commission_rate
number

Amount given by merchant

currency
string

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

currency_symbol
string | null

Symbol representing the desired currency

date_created
string

Date of offer creation 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

date_last_modified
string

Date of last offer update in ISO 8601 format.

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.

description
string | null

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

Maximum length: 65000
external_data
object

The raw external product data from the external commerce platform

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.

id
integer
max_price
integer

Maximum Price the Offer sells for.

merchant_id
integer

Merchant ID

metadata
array | null

Additional Meta Data of the Offer

min_price
integer

Minimum Price the Offer sells for.

name
string

Name of the offer.

presented_currency
string

The presented currency of this SKU

product_id
string
deprecated

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

publishing_status
enum<string>

Publishing Status

Available options:
NOT_PUBLISHED,
PUBLISHED
seller
string | null

Name of merchant selling product.

shipping
object | null

[ALPHA] - Shipping data for the Offer.

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.

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
source_category_name
string | null

Original Category on Source Platform

status
enum<string>

Current status of the Offer.

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

Subscription status

Available options:
NOT_SUBSCRIBED,
SUBSCRIBED
tags
string[]
three_d_enabled
boolean | null
default:
false

Is the product 3D Enabled

three_d_resource
string | null

3D Resource Object

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
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.

vendor
string | null

Name of source vendor or brand.

visible
boolean

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

Was this page helpful?