Products
Get single product details
Gets the details for a specified product.
GET
/
v1
/
retailers
/
{retailer_pk}
/
products
/
{id}
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
integer
requiredProduct ID
retailer_pk
number
requiredRetailer ID
Response
200 - application/json
id
integer
product ID
parent_identifier
string
ID of parent product
Minimum length:
1
parent_name
string
Parent name
Minimum length:
1
description
string | null
Product description
brand
object
brand_category
string | null
Brand category
Required string length:
1 - 64
brand_name
string | null
Brand name
Required string length:
1 - 64
manufacturer
object
num_variants
integer
Number of variants
variants
object
media
object[]
rcn_status
enum<string>
Status of product in Dropship network
Available options:
not_published
, pending
, failed
, expired
, published
primary_media
object
pivot_attributes
object[]
taxonomy
object[]
revcascade_taxonomy
object[]
attributes
object[]
last_published
object
created_at
string
Time of product creation in Dropship
updated_at
string
Time of when product was last updated in Dropship
Was this page helpful?