API
Data API

SKU

methods allow you to get a list of portal skus or information on a specific sku get get /sku return a list of skus response parameters ​ https //help inspector cloud com/en/docs/api/backend/methods/v1/agents/agents list#response definitions count integer the number of sku's next string (uri) nullable nullable next page previous string (uri) nullable nullable previous page results array of objects an array of objects with information about manufacturers id integer sku id cid string <= 255 characters nullable <= 255 characters nullable sku id in the user's system name string \[ 1 255 ] characters \[ 1 255 ] characters sku name category id string product category id brand id string product brand id manufacturer id string product manufacturer id size x mm number product width in mm size y mm number product height in mm size z mm number product depth in mm attributes object nullable nullable get get /sku/{id} returns information about sku by id response parameters id integer sku id cid string <= 255 characters nullable <= 255 characters nullable sku id in the user's system name string \[ 1 255 ] characters \[ 1 255 ] characters sku name category id string product category id brand id string product brand id manufacturer id string product manufacturer id size x mm number product width in mm size y mm number product height in mm size z mm number product depth in mm attributes object nullable nullable