Skip to content

Catalog

Products and everything that describes them. Requires catalog:read.

Servers

https://api.epinium.com

products

The authenticated account's catalog products. Requires catalog:read.


List the authenticated account's products

GET
/v1/products

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Query Parameters

limit

Page size. The default is enough to explore; raise it only when you need to walk a whole collection.

Type
integer
Example20
Default
20
Minimum
1
Maximum
100
starting_after

Cursor for the next page: the id of the last record you received. Returns the records after it.

Type
string
ending_before

Cursor for the previous page: the id of the first record you received. Returns the records before it.

Type
string
expand

Inline related records instead of returning just their ids. Repeat the param for several (expand[]=connection&expand[]=country) and nest with dot notation (connection.country), up to 4 levels.

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object
search

Case-insensitive substring match over the product title, ASIN and SKU. Use it to find a record by name when you do not have its id, instead of paging through the whole list. Regex metacharacters are matched literally.

Type
string
Min Length
1
Max Length
200
include_total

Set to true to also receive total_count: how many records match every filter of this request, ignoring starting_after/ending_before/offset - the size of the whole result set, not of what is left. has_more is always returned regardless. It costs an extra count query, so ask for it once, on the first page, to decide whether the set is worth walking. On metrics resources with granularity=daily it counts entity-days, not entities. total_count comes back null when the count could not finish in time; the list is still returned, so treat it as unknown, never as zero.

Type
string
Valid values
"true""false"
connection

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
country

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
brand

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
asin
Type
string

Responses

200

application/json
JSON
{
  
"object": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"asin": "string",
  
  
  
"sku": "string",
  
  
  
"title": "string",
  
  
  
"ean": "string",
  
  
  
"upc": "string",
  
  
  
"gtin": "string",
  
  
  
"platform": "string",
  
  
  
"type": "string",
  
  
  
"active": true,
  
  
  
"connection": "string",
  
  
  
"country": "string",
  
  
  
"brand": "string",
  
  
  
"createdAt": "string",
  
  
  
"updatedAt": "string"
  
  
}
  
],
  
"has_more": true,
  
"total_count": 0
}

Playground

Authorization
Variables
Key
Value

Samples


GET /v1/products/{id}

GET
/v1/products/{id}

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Path Parameters

id*

24-character hexadecimal Mongo ObjectId.

Type
string
Required
Pattern
"^[a-f0-9]{24}$"

Query Parameters

expand

Inline related records instead of returning just their ids. Repeat the param for several (expand[]=connection&expand[]=country) and nest with dot notation (connection.country), up to 4 levels.

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object

Responses

200

application/json
JSON
{
  
"id": "string",
  
"asin": "string",
  
"sku": "string",
  
"title": "string",
  
"ean": "string",
  
"upc": "string",
  
"gtin": "string",
  
"platform": "string",
  
"type": "string",
  
"active": true,
  
"connection": "string",
  
"country": "string",
  
"brand": "string",
  
"createdAt": "string",
  
"updatedAt": "string"
}

Playground

Authorization
Variables
Key
Value

Samples


amazon-seller-products

The authenticated account's Amazon Seller Central product listings. Requires catalog:read.


List the authenticated account's Amazon seller products

GET
/v1/amazon-seller-products

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Query Parameters

limit

Page size. The default is enough to explore; raise it only when you need to walk a whole collection.

Type
integer
Example20
Default
20
Minimum
1
Maximum
100
starting_after

Cursor for the next page: the id of the last record you received. Returns the records after it.

Type
string
ending_before

Cursor for the previous page: the id of the first record you received. Returns the records before it.

Type
string
expand

Inline related records instead of returning just their ids. Repeat the param for several (expand[]=connection&expand[]=country) and nest with dot notation (connection.country), up to 4 levels.

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object
search

Case-insensitive substring match over the listing title, ASIN and SKU. Use it to find a record by name when you do not have its id, instead of paging through the whole list. Regex metacharacters are matched literally.

Type
string
Min Length
1
Max Length
200
include_total

Set to true to also receive total_count: how many records match every filter of this request, ignoring starting_after/ending_before/offset - the size of the whole result set, not of what is left. has_more is always returned regardless. It costs an extra count query, so ask for it once, on the first page, to decide whether the set is worth walking. On metrics resources with granularity=daily it counts entity-days, not entities. total_count comes back null when the count could not finish in time; the list is still returned, so treat it as unknown, never as zero.

Type
string
Valid values
"true""false"
connection

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
country

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
brand

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
asin
Type
string

Responses

200

application/json
JSON
{
  
"object": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"asin": "string",
  
  
  
"sku": "string",
  
  
  
"title": "string",
  
  
  
"active": true,
  
  
  
"connection": "string",
  
  
  
"country": "string",
  
  
  
"brand": "string",
  
  
  
"sellerCentralInfo": null,
  
  
  
"catalogPublicInfo": null,
  
  
  
"pricing": null,
  
  
  
"buyboxB2C": null,
  
  
  
"buyboxB2B": null,
  
  
  
"fbaInventory": null,
  
  
  
"aplusContent": null,
  
  
  
"competitivePriceSummary": null,
  
  
  
"suppressed": null,
  
  
  
"fbaLocalStock": null,
  
  
  
"amazonStatus": "string",
  
  
  
"publicParentSKU": "string",
  
  
  
"publicParentASIN": "string",
  
  
  
"publicIsParentASIN": true,
  
  
  
"backendParentSKU": "string",
  
  
  
"backendParentASIN": "string",
  
  
  
"backendIsParentASIN": true,
  
  
  
"createdAt": "string",
  
  
  
"updatedAt": "string"
  
  
}
  
],
  
"has_more": true,
  
"total_count": 0
}

Playground

Authorization
Variables
Key
Value

Samples


GET /v1/amazon-seller-products/{id}

GET
/v1/amazon-seller-products/{id}

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Path Parameters

id*

24-character hexadecimal Mongo ObjectId.

Type
string
Required
Pattern
"^[a-f0-9]{24}$"

Query Parameters

expand

Inline related records instead of returning just their ids. Repeat the param for several (expand[]=connection&expand[]=country) and nest with dot notation (connection.country), up to 4 levels.

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object

Responses

200

application/json
JSON
{
  
"id": "string",
  
"asin": "string",
  
"sku": "string",
  
"title": "string",
  
"active": true,
  
"connection": "string",
  
"country": "string",
  
"brand": "string",
  
"sellerCentralInfo": null,
  
"catalogPublicInfo": null,
  
"pricing": null,
  
"buyboxB2C": null,
  
"buyboxB2B": null,
  
"fbaInventory": null,
  
"aplusContent": null,
  
"competitivePriceSummary": null,
  
"suppressed": null,
  
"fbaLocalStock": null,
  
"amazonStatus": "string",
  
"publicParentSKU": "string",
  
"publicParentASIN": "string",
  
"publicIsParentASIN": true,
  
"backendParentSKU": "string",
  
"backendParentASIN": "string",
  
"backendIsParentASIN": true,
  
"createdAt": "string",
  
"updatedAt": "string"
}

Playground

Authorization
Variables
Key
Value

Samples


amazon-vendor-products

The authenticated account's Amazon Vendor Central product listings. Requires catalog:read.


List the authenticated account's Amazon vendor products

GET
/v1/amazon-vendor-products

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Query Parameters

limit

Page size. The default is enough to explore; raise it only when you need to walk a whole collection.

Type
integer
Example20
Default
20
Minimum
1
Maximum
100
starting_after

Cursor for the next page: the id of the last record you received. Returns the records after it.

Type
string
ending_before

Cursor for the previous page: the id of the first record you received. Returns the records before it.

Type
string
expand

Inline related records instead of returning just their ids. Repeat the param for several (expand[]=connection&expand[]=country) and nest with dot notation (connection.country), up to 4 levels.

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object
search

Case-insensitive substring match over the listing title, ASIN and SKU. Use it to find a record by name when you do not have its id, instead of paging through the whole list. Regex metacharacters are matched literally.

Type
string
Min Length
1
Max Length
200
include_total

Set to true to also receive total_count: how many records match every filter of this request, ignoring starting_after/ending_before/offset - the size of the whole result set, not of what is left. has_more is always returned regardless. It costs an extra count query, so ask for it once, on the first page, to decide whether the set is worth walking. On metrics resources with granularity=daily it counts entity-days, not entities. total_count comes back null when the count could not finish in time; the list is still returned, so treat it as unknown, never as zero.

Type
string
Valid values
"true""false"
connection

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
country

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
brand

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
asin
Type
string

Responses

200

application/json
JSON
{
  
"object": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"asin": "string",
  
  
  
"sku": "string",
  
  
  
"title": "string",
  
  
  
"active": true,
  
  
  
"connection": "string",
  
  
  
"country": "string",
  
  
  
"brand": "string",
  
  
  
"vendorCentralInfo": null,
  
  
  
"catalogPublicInfo": null,
  
  
  
"aplusContent": null,
  
  
  
"inventory": null,
  
  
  
"createdAt": "string",
  
  
  
"updatedAt": "string"
  
  
}
  
],
  
"has_more": true,
  
"total_count": 0
}

Playground

Authorization
Variables
Key
Value

Samples


GET /v1/amazon-vendor-products/{id}

GET
/v1/amazon-vendor-products/{id}

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Path Parameters

id*

24-character hexadecimal Mongo ObjectId.

Type
string
Required
Pattern
"^[a-f0-9]{24}$"

Query Parameters

expand

Inline related records instead of returning just their ids. Repeat the param for several (expand[]=connection&expand[]=country) and nest with dot notation (connection.country), up to 4 levels.

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object

Responses

200

application/json
JSON
{
  
"id": "string",
  
"asin": "string",
  
"sku": "string",
  
"title": "string",
  
"active": true,
  
"connection": "string",
  
"country": "string",
  
"brand": "string",
  
"vendorCentralInfo": null,
  
"catalogPublicInfo": null,
  
"aplusContent": null,
  
"inventory": null,
  
"createdAt": "string",
  
"updatedAt": "string"
}

Playground

Authorization
Variables
Key
Value

Samples


amazon-advertising-products

The authenticated account's Amazon advertising products. Requires catalog:read.


List the authenticated account's Amazon advertising products

GET
/v1/amazon-advertising-products

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Query Parameters

limit

Page size. The default is enough to explore; raise it only when you need to walk a whole collection.

Type
integer
Example20
Default
20
Minimum
1
Maximum
100
starting_after

Cursor for the next page: the id of the last record you received. Returns the records after it.

Type
string
ending_before

Cursor for the previous page: the id of the first record you received. Returns the records before it.

Type
string
expand

Inline related records instead of returning just their ids. Repeat the param for several (expand[]=connection&expand[]=country) and nest with dot notation (connection.country), up to 4 levels.

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object
search

Case-insensitive substring match over the listing title, ASIN and SKU. Use it to find a record by name when you do not have its id, instead of paging through the whole list. Regex metacharacters are matched literally.

Type
string
Min Length
1
Max Length
200
include_total

Set to true to also receive total_count: how many records match every filter of this request, ignoring starting_after/ending_before/offset - the size of the whole result set, not of what is left. has_more is always returned regardless. It costs an extra count query, so ask for it once, on the first page, to decide whether the set is worth walking. On metrics resources with granularity=daily it counts entity-days, not entities. total_count comes back null when the count could not finish in time; the list is still returned, so treat it as unknown, never as zero.

Type
string
Valid values
"true""false"
connection

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
country

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
brand

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
asin
Type
string

Responses

200

application/json
JSON
{
  
"object": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"asin": "string",
  
  
  
"sku": "string",
  
  
  
"title": "string",
  
  
  
"active": true,
  
  
  
"connection": "string",
  
  
  
"country": "string",
  
  
  
"brand": "string",
  
  
  
"availability": "string",
  
  
  
"eligibilityStatus": "string",
  
  
  
"ineligibilityCodes": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"ineligibilityReasons": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"basisPrice": {
  
  
  
  
"amount": 0,
  
  
  
  
"currency": "string"
  
  
  
},
  
  
  
"bestSellerRank": "string",
  
  
  
"firstAvailabilityDate": "string",
  
  
  
"categoryName": "string",
  
  
  
"brandName": "string",
  
  
  
"variationList": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"createdAt": "string",
  
  
  
"updatedAt": "string"
  
  
}
  
],
  
"has_more": true,
  
"total_count": 0
}

Playground

Authorization
Variables
Key
Value

Samples


GET /v1/amazon-advertising-products/{id}

GET
/v1/amazon-advertising-products/{id}

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Path Parameters

id*

24-character hexadecimal Mongo ObjectId.

Type
string
Required
Pattern
"^[a-f0-9]{24}$"

Query Parameters

expand

Inline related records instead of returning just their ids. Repeat the param for several (expand[]=connection&expand[]=country) and nest with dot notation (connection.country), up to 4 levels.

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object

Responses

200

application/json
JSON
{
  
"id": "string",
  
"asin": "string",
  
"sku": "string",
  
"title": "string",
  
"active": true,
  
"connection": "string",
  
"country": "string",
  
"brand": "string",
  
"availability": "string",
  
"eligibilityStatus": "string",
  
"ineligibilityCodes": [
  
  
"string"
  
],
  
"ineligibilityReasons": [
  
  
"string"
  
],
  
"basisPrice": {
  
  
"amount": 0,
  
  
"currency": "string"
  
},
  
"bestSellerRank": "string",
  
"firstAvailabilityDate": "string",
  
"categoryName": "string",
  
"brandName": "string",
  
"variationList": [
  
  
"string"
  
],
  
"createdAt": "string",
  
"updatedAt": "string"
}

Playground

Authorization
Variables
Key
Value

Samples


seller-product-metrics

Seller Central sales and traffic per product, aggregated from the account's report history. Requires catalog:read.


Seller Central sales and traffic per product, from the account's report history

GET
/v1/seller-product-metrics

Aggregated from the report history over a required start_date/end_date window, grouped by ASIN + SKU + connection + country + currency (the same ASIN sells in several marketplaces with different prices and currencies). Unlike the rest of the API, this resource paginates with limit/offset (an aggregated row has no id to use as a cursor) and has_more tells whether another page follows. Monetary amounts are decimal strings. sessions, page_views, buy_box_percentage, conversion_rate and rank are null, never 0, when Amazon did not report them — its traffic report only covers products with activity. conversion_rate is orders / sessions here, not orders / clicks as in campaign_metrics.

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Query Parameters

start_date*

Both ends are included in the range. The window is capped, and the cap depends on the resource AND on granularitydaily allows a much shorter span than total, and target-metrics and search-term-metrics are stricter than the rest because limit/offset bound the response but not what ClickHouse scans. Going over returns a 400 naming the exact limit for your request.

Type
string
Required
Example"2026-07-01"
Pattern
"^\\d{4}-\\d{2}-\\d{2}$"
end_date*

Both ends are included in the range. The window is capped, and the cap depends on the resource AND on granularitydaily allows a much shorter span than total, and target-metrics and search-term-metrics are stricter than the rest because limit/offset bound the response but not what ClickHouse scans. Going over returns a 400 naming the exact limit for your request.

Type
string
Required
Example"2026-07-31"
Pattern
"^\\d{4}-\\d{2}-\\d{2}$"
granularity
Type
string
Valid values
"total""daily"
Example"total"
Default
"total"
limit

Page size. For a top-N, combine order_by with a small limit instead of raising it: limit/offset bound the response, not what ClickHouse scans.

Type
integer
Example100
Default
100
Minimum
1
Maximum
1000
offset
Type
integer
Example0
Default
0
Minimum
0
Maximum
9007199254740991
order
Type
string
Valid values
"asc""desc"
Example"desc"
Default
"desc"
include_total

Set to true to also receive total_count: how many records match every filter of this request, ignoring starting_after/ending_before/offset - the size of the whole result set, not of what is left. has_more is always returned regardless. It costs an extra count query, so ask for it once, on the first page, to decide whether the set is worth walking. On metrics resources with granularity=daily it counts entity-days, not entities. total_count comes back null when the count could not finish in time; the list is still returned, so treat it as unknown, never as zero.

Type
string
Valid values
"true""false"
connection

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
country

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
product

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
asin
Type
string
order_by
Type
string
Valid values
"sales""units""orders""sessions""page_views""rank""conversion_rate"

Responses

200

application/json
JSON
{
  
"object": "string",
  
"data": [
  
  
{
  
  
  
"object": "string",
  
  
  
"product": "string",
  
  
  
"asin": "string",
  
  
  
"sku": "string",
  
  
  
"connection": "string",
  
  
  
"country": "string",
  
  
  
"currency": "string",
  
  
  
"date": "string",
  
  
  
"sales": "string",
  
  
  
"units": 0,
  
  
  
"orders": 0,
  
  
  
"sessions": 0,
  
  
  
"page_views": 0,
  
  
  
"buy_box_percentage": 0,
  
  
  
"conversion_rate": 0,
  
  
  
"rank": 0
  
  
}
  
],
  
"has_more": true,
  
"total_count": 0
}

Playground

Authorization
Variables
Key
Value

Samples


vendor-product-metrics

Vendor Central sales per product, split by manufacturing and sourcing, aggregated from the account's report history. Requires catalog:read.


Vendor Central sales per product, split by manufacturing and sourcing, from the account's report history

GET
/v1/vendor-product-metrics

Aggregated from the report history over a required start_date/end_date window, grouped by ASIN + connection + country + currency (the same ASIN sells in several marketplaces with different prices and currencies; the SKU is not part of the key here, unlike seller_product_metrics). Unlike the rest of the API, this resource paginates with limit/offset (an aggregated row has no id to use as a cursor) and has_more tells whether another page follows. Monetary amounts are decimal strings. There is deliberately NO single sales field: Vendor Central has two business models and Amazon does not report them symmetrically — manufacturing (Amazon makes the product under licence) reports ordered, shipped and net received, while sourcing (you sell wholesale to Amazon) reports only shipped and net received. Read the pair that matches how you sell. Vendor has no sessions or conversion rate at all; glance_views is the traffic metric, and it is null — never 0 — when Amazon did not report it, as are rank and both *_sellable_units. The *_sellable_units fields are the latest inventory snapshot in the window, not a sum.

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Query Parameters

start_date*

Both ends are included in the range. The window is capped, and the cap depends on the resource AND on granularitydaily allows a much shorter span than total, and target-metrics and search-term-metrics are stricter than the rest because limit/offset bound the response but not what ClickHouse scans. Going over returns a 400 naming the exact limit for your request.

Type
string
Required
Example"2026-07-01"
Pattern
"^\\d{4}-\\d{2}-\\d{2}$"
end_date*

Both ends are included in the range. The window is capped, and the cap depends on the resource AND on granularitydaily allows a much shorter span than total, and target-metrics and search-term-metrics are stricter than the rest because limit/offset bound the response but not what ClickHouse scans. Going over returns a 400 naming the exact limit for your request.

Type
string
Required
Example"2026-07-31"
Pattern
"^\\d{4}-\\d{2}-\\d{2}$"
granularity
Type
string
Valid values
"total""daily"
Example"total"
Default
"total"
limit

Page size. For a top-N, combine order_by with a small limit instead of raising it: limit/offset bound the response, not what ClickHouse scans.

Type
integer
Example100
Default
100
Minimum
1
Maximum
1000
offset
Type
integer
Example0
Default
0
Minimum
0
Maximum
9007199254740991
order
Type
string
Valid values
"asc""desc"
Example"desc"
Default
"desc"
include_total

Set to true to also receive total_count: how many records match every filter of this request, ignoring starting_after/ending_before/offset - the size of the whole result set, not of what is left. has_more is always returned regardless. It costs an extra count query, so ask for it once, on the first page, to decide whether the set is worth walking. On metrics resources with granularity=daily it counts entity-days, not entities. total_count comes back null when the count could not finish in time; the list is still returned, so treat it as unknown, never as zero.

Type
string
Valid values
"true""false"
connection

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
country

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
product

24-character hexadecimal Mongo ObjectId.

Type
string
Pattern
"^[a-f0-9]{24}$"
asin
Type
string
order_by
Type
string
Valid values
"units""glance_views""rank""manufacturing_ordered_sales""manufacturing_ordered_units""manufacturing_shipped_sales""manufacturing_shipped_units""manufacturing_shipped_cogs""manufacturing_net_received_sales""manufacturing_net_received_units""sourcing_shipped_sales""sourcing_shipped_units""sourcing_shipped_cogs""sourcing_net_received_sales""sourcing_net_received_units"

Responses

200

application/json
JSON
{
  
"object": "string",
  
"data": [
  
  
{
  
  
  
"object": "string",
  
  
  
"product": "string",
  
  
  
"asin": "string",
  
  
  
"sku": "string",
  
  
  
"connection": "string",
  
  
  
"country": "string",
  
  
  
"currency": "string",
  
  
  
"date": "string",
  
  
  
"units": 0,
  
  
  
"manufacturing_ordered_sales": "string",
  
  
  
"manufacturing_ordered_units": 0,
  
  
  
"manufacturing_shipped_sales": "string",
  
  
  
"manufacturing_shipped_units": 0,
  
  
  
"manufacturing_shipped_cogs": "string",
  
  
  
"manufacturing_net_received_sales": "string",
  
  
  
"manufacturing_net_received_units": 0,
  
  
  
"sourcing_shipped_sales": "string",
  
  
  
"sourcing_shipped_units": 0,
  
  
  
"sourcing_shipped_cogs": "string",
  
  
  
"sourcing_net_received_sales": "string",
  
  
  
"sourcing_net_received_units": 0,
  
  
  
"glance_views": 0,
  
  
  
"manufacturing_sellable_units": 0,
  
  
  
"sourcing_sellable_units": 0,
  
  
  
"rank": 0
  
  
}
  
],
  
"has_more": true,
  
"total_count": 0
}

Playground

Authorization
Variables
Key
Value

Samples


product-brands

Brands present in the authenticated account's catalog. Requires catalog:read. Sparse fieldsets use fields[brand] — keyed by the entity type (brand, the same one expand[]=brand and a product's brand field use), not by the resource name.


List the brands present in the authenticated account's catalog

GET
/v1/product-brands

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Query Parameters

limit

Page size. The default is enough to explore; raise it only when you need to walk a whole collection.

Type
integer
Example20
Default
20
Minimum
1
Maximum
100
starting_after

Cursor for the next page: the id of the last record you received. Returns the records after it.

Type
string
ending_before

Cursor for the previous page: the id of the first record you received. Returns the records before it.

Type
string
fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object
search

Case-insensitive substring match over the brand name. Use it to find a record by name when you do not have its id, instead of paging through the whole list. Regex metacharacters are matched literally.

Type
string
Min Length
1
Max Length
200
include_total

Set to true to also receive total_count: how many records match every filter of this request, ignoring starting_after/ending_before/offset - the size of the whole result set, not of what is left. has_more is always returned regardless. It costs an extra count query, so ask for it once, on the first page, to decide whether the set is worth walking. On metrics resources with granularity=daily it counts entity-days, not entities. total_count comes back null when the count could not finish in time; the list is still returned, so treat it as unknown, never as zero.

Type
string
Valid values
"true""false"

Responses

200

application/json
JSON
{
  
"object": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"name": "string"
  
  
}
  
],
  
"has_more": true,
  
"total_count": 0
}

Playground

Authorization
Variables
Key
Value

Samples


GET /v1/product-brands/{id}

GET
/v1/product-brands/{id}

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Path Parameters

id*

24-character hexadecimal Mongo ObjectId.

Type
string
Required
Pattern
"^[a-f0-9]{24}$"

Query Parameters

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object

Responses

200

application/json
JSON
{
  
"id": "string",
  
"name": "string"
}

Playground

Authorization
Variables
Key
Value

Samples


countries

Amazon marketplace countries. Requires catalog:read.


List Amazon marketplace countries

GET
/v1/countries

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Query Parameters

limit

Page size. The default is enough to explore; raise it only when you need to walk a whole collection.

Type
integer
Example20
Default
20
Minimum
1
Maximum
100
starting_after

Cursor for the next page: the id of the last record you received. Returns the records after it.

Type
string
ending_before

Cursor for the previous page: the id of the first record you received. Returns the records before it.

Type
string
fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object
include_total

Set to true to also receive total_count: how many records match every filter of this request, ignoring starting_after/ending_before/offset - the size of the whole result set, not of what is left. has_more is always returned regardless. It costs an extra count query, so ask for it once, on the first page, to decide whether the set is worth walking. On metrics resources with granularity=daily it counts entity-days, not entities. total_count comes back null when the count could not finish in time; the list is still returned, so treat it as unknown, never as zero.

Type
string
Valid values
"true""false"
code
Type
string
Min Length
2
Max Length
2

Responses

200

application/json
JSON
{
  
"object": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"code": "string",
  
  
  
"name": "string",
  
  
  
"marketplaceId": "string"
  
  
}
  
],
  
"has_more": true,
  
"total_count": 0
}

Playground

Authorization
Variables
Key
Value

Samples


GET /v1/countries/{id}

GET
/v1/countries/{id}

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Path Parameters

id*

24-character hexadecimal Mongo ObjectId.

Type
string
Required
Pattern
"^[a-f0-9]{24}$"

Query Parameters

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object

Responses

200

application/json
JSON
{
  
"id": "string",
  
"code": "string",
  
"name": "string",
  
"marketplaceId": "string"
}

Playground

Authorization
Variables
Key
Value

Samples


clusters

The authenticated account's keyword clusters. Requires catalog:read.


List the authenticated account's keyword clusters

GET
/v1/clusters

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Query Parameters

limit

Page size. The default is enough to explore; raise it only when you need to walk a whole collection.

Type
integer
Example20
Default
20
Minimum
1
Maximum
100
starting_after

Cursor for the next page: the id of the last record you received. Returns the records after it.

Type
string
ending_before

Cursor for the previous page: the id of the first record you received. Returns the records before it.

Type
string
expand

Inline related records instead of returning just their ids. Repeat the param for several (expand[]=connection&expand[]=country) and nest with dot notation (connection.country), up to 4 levels.

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object
search

Case-insensitive substring match over the cluster name and its positive and negative keywords. Use it to find a record by name when you do not have its id, instead of paging through the whole list. Regex metacharacters are matched literally.

Type
string
Min Length
1
Max Length
200
include_total

Set to true to also receive total_count: how many records match every filter of this request, ignoring starting_after/ending_before/offset - the size of the whole result set, not of what is left. has_more is always returned regardless. It costs an extra count query, so ask for it once, on the first page, to decide whether the set is worth walking. On metrics resources with granularity=daily it counts entity-days, not entities. total_count comes back null when the count could not finish in time; the list is still returned, so treat it as unknown, never as zero.

Type
string
Valid values
"true""false"

Responses

200

application/json
JSON
{
  
"object": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"name": "string",
  
  
  
"notes": "string",
  
  
  
"positiveKeywords": [
  
  
  
  
{
  
  
  
  
  
"keywordText": "string",
  
  
  
  
  
"language": "string",
  
  
  
  
  
"epiniumScore": 0,
  
  
  
  
  
"purpose": [
  
  
  
  
  
  
"string"
  
  
  
  
  
]
  
  
  
  
}
  
  
  
],
  
  
  
"negativeKeywords": [
  
  
  
  
{
  
  
  
  
  
"keywordText": "string",
  
  
  
  
  
"language": "string",
  
  
  
  
  
"epiniumScore": 0,
  
  
  
  
  
"purpose": [
  
  
  
  
  
  
"string"
  
  
  
  
  
]
  
  
  
  
}
  
  
  
],
  
  
  
"productCount": 0,
  
  
  
"products": [
  
  
  
  
[
  
  
  
  
  
"string"
  
  
  
  
]
  
  
  
],
  
  
  
"createdAt": "string",
  
  
  
"updatedAt": "string"
  
  
}
  
],
  
"has_more": true,
  
"total_count": 0
}

Playground

Authorization
Variables
Key
Value

Samples


GET /v1/clusters/{id}

GET
/v1/clusters/{id}

Authorizations

bearer

Client API key (POST /api-keys). Send as Authorization: Bearer epk_live_....

Type
HTTP (bearer)

Parameters

Path Parameters

id*

24-character hexadecimal Mongo ObjectId.

Type
string
Required
Pattern
"^[a-f0-9]{24}$"

Query Parameters

expand

Inline related records instead of returning just their ids. Repeat the param for several (expand[]=connection&expand[]=country) and nest with dot notation (connection.country), up to 4 levels.

fields

Trim the response to the fields you need, comma-separated and keyed by ENTITY TYPE rather than by resource name: fields[campaign]=id,name. A key that matches no entity is ignored silently and the full object comes back.

Type
object

Responses

200

application/json
JSON
{
  
"id": "string",
  
"name": "string",
  
"notes": "string",
  
"positiveKeywords": [
  
  
{
  
  
  
"keywordText": "string",
  
  
  
"language": "string",
  
  
  
"epiniumScore": 0,
  
  
  
"purpose": [
  
  
  
  
"string"
  
  
  
]
  
  
}
  
],
  
"negativeKeywords": [
  
  
{
  
  
  
"keywordText": "string",
  
  
  
"language": "string",
  
  
  
"epiniumScore": 0,
  
  
  
"purpose": [
  
  
  
  
"string"
  
  
  
]
  
  
}
  
],
  
"productCount": 0,
  
"products": [
  
  
[
  
  
  
"string"
  
  
]
  
],
  
"createdAt": "string",
  
"updatedAt": "string"
}

Playground

Authorization
Variables
Key
Value

Samples


Powered by VitePress OpenAPI

Epinium Documentation