Get the list of product uuids
GET
/api/rest/v1/catalogs/{id}/product-uuids
Catalog products
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/catalogs//product-uuids'
Response Response Example
200 - Example 1
{
"_links": {
"first": {
"href": "string"
},
"next": {
"href": "string"
},
"self": {
"href": "string"
}
},
"_embedded": {
"items": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
}
Request
Path Params
id
stringÂ
required
Query Params
search_after
stringÂ
optional
search_after
pagination method type. Should never be set manually, see Pagination sectionlimit
integerÂ
optional
updated_before
stringÂ
optional
updated_after
stringÂ
optional