Get a list of products
Method : GET
https://admin.vucustom.com/api/:api_version/products?ids=&skus&limitURL Parameters
Field Name
Description
ids
Return only products specified by a comma-separated list of product IDs.
skus
Return only products specified by a comma-separated list of product SKUs
limit
Return up to this many results. Default 250.
200 Successful response example
{
"products": [
{
"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