v25.0
OAS 3.0.1
Ecommerce Search, Search API
Client Libraries
The requested API version
Export sku request data
No Content
Too Many Requests
Internal Server Error
curl 'https://{host}/sku-export' \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"segmentId": "b2b-dk-en",
"scopeId": "browse",
"filters": null,
"authenticationToken": null,
"numberOfResults": 12,
"pageToken": "VGVzdA=="
}'
{
"skus": [
{
"id": "my-socks-42",
"skuNo": "xs",
"ean": "0012345678905",
"name": "Red Paint",
"metadata": {
"splash": "New"
},
"price": {
"price": 90,
"listPrice": 100
},
"stringAttribute": null,
"numberAttributes": null,
"intervalAttributes": null,
"product": {
"id": "my-socks",
"alternativeIds": [
"MySocks-external"
],
"productNumber": "prod-1",
"name": "Woolen socks",
"shortDescription": "Some nice woolen socks",
"longDescription": "Some very nice and warm woolen socks",
"media": [
{
"url": "https://my-image-url.jpg",
"type": "Image",
"metadata": "600X400"
}
],
"metadata": {
"splash": "New"
},
"categories": [
[
{
"name": "Toys or car parts",
"id": "cat-toys-1"
}
]
],
"family": {
"familyId": "my-socks",
"totalSiblings": 1,
"siblings": [
{
"productId": "my-socks",
"productName": "Woolen socks",
"media": "https://my-image-url.jpg"
}
]
}
}
}
],
"total": 500,
"nextPageToken": "VGVzdA=="
}
OK
Enabled | Key | Value |
---|---|---|
Enabled | Key | Value |
---|---|---|
Accept | */* | |
Content-Type | application/json | |
Enabled | Key | Value |
---|---|---|
api-version | 25.0 | |