Get a specific product
Method : GET
https://admin.vucustom.com/api/:api_version/products?id=&skuURL Parameters
Field Name
Description
id
Returns only one product specified by the system generated id
sku
Returns only products specified by sku
200 Successful response example
{
"product": {
"id": 14,
"product_categories": [
"SKATE"
],
"name": "2s3test",
"b2b": true,
"active": true,
"customize_only": false,
"code": null,
"product_variants": [
{
"id": 6,
"sku": "1063458",
"name": "test",
"upc": "UPC123",
"code": null
}
]
}
}401 Unauthorized
The client doesn’t have correct authentication credentials.
{
"errors": "[API] Invalid API key or secret (unrecognized login or wrong password)"
}422 Unprocessable Entity
5xx Errors
An internal error occurred in VU Admin.
Last updated