Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The purpose of this guide is to provide the necessary info in order to use the "skusearch" endpoint of the Search service. 

...

  • A product identifier field (SkuField) that can be updated by configuration (its value is specified using the "q" parameter of the request)

Service URL

URL_SEARCH/INSTANCE_ID/skusearch?INPUT_PARAMETERS

URI Parameters

(tick)
Parameter nameDescriptionTypeMandatory
qThe product identifier value being requestedString(tick)
langThe language used by the requestString(tick)
storeThe store identifier used by the request (Part of the uri params specified by config)String(error)
warehouseThe warehouse identifier used by the request (Part of the uri params specified by config)String(error)
catalogueThe catalogue identifier used by the request (Part of the uri params specified by config)String(error)
startThe number of results to be omitted from the start of the result set (search pagination)Integer(error)
rowsThe number of results to return (search pagination)Integer(error)
originThe origin of the requestString(error)
*If additional params are required, please contact us

...