Get Product Detail by SKU
GET
/api/v2/public/product/sku/{{sku}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.omisell.com/api/v2/public/product/sku/{{sku}}' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
Response Response Example
{
"data": {
"attributes": [
"string"
],
"avatar": "string",
"category_id": null,
"cost": 0,
"count_linked": 0,
"created_time": 0,
"currency": "string",
"declared_value": 0,
"description": "string",
"images": [
"string"
],
"is_active": true,
"is_bulky": true,
"is_dropship": true,
"is_hide_name": true,
"last_active_time": 0,
"name": "string",
"options": [
"string"
],
"platforms": [
{
"platform": "string",
"platform_logo": "string",
"platform_label": "string"
}
],
"price": 0,
"price_by_2week": 0,
"price_sale": 0,
"product_id": 0,
"product_validation": "string",
"reserved_by_flashsale": 0,
"sku": "string",
"stock": 0,
"stock_approve_shipment": 0,
"stock_buffer": 0,
"stock_committed": 0,
"stock_incoming": 0,
"stock_on_hand": 0,
"stock_on_shipment": 0,
"tax": 0,
"updated_time": 0,
"value_by_2week": 0,
"variants": [
"string"
],
"vendor_id": null,
"vendor_product_id": null,
"vendor_product_sku": null,
"volume": "string",
"weight": 0
},
"error": true,
"error_code": 0,
"attr_error": null,
"messages": "string",
"request_id": "string"
}
Request
Header Params
Content-Type
string
required
Default:
application/json
Authorization
string
required
Default:
Omi {{Token}}
Seller-ID
number
optional
Country
string
optional
Examples:
THVNPHIDMY
Responses
Modified at 2025-02-25 03:53:38