v25.0
OAS 3.0.1

Ecommerce Search, Search API

Server: https://{host}
Client Libraries

Export

Export Operations

Exports skus by filtered by the model

Query Parameters
  • api-version
    Type:string
    default: 
    25.0

    The requested API version

Body

Export sku request data

  • Type:object
Responses
  • 204

    No Content

  • 429

    Too Many Requests

  • 500

    Internal Server Error

  • Request Example forPOST/sku-export
    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=="
    }

    UnifiedSearch (Collapsed)

    UnifiedSearch Operations

    Version (Collapsed)

    Version Operations

    Models