curl --location --request GET '/api/rest/v1/catalogs//products'
{
"_links": {
"first": {
"href": "string"
},
"next": {
"href": "string"
},
"self": {
"href": "string"
}
},
"_embedded": {
"items": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
}
search_after
pagination method type. Should never be set manually, see Pagination section