POST /apiv2/items/getBySkus

Returns a list of saved items matching any of the supplied SKUs. Standard items only. SKUs that don't match any item are silently omitted from the response — compare returned Sku values against your input to detect misses. Maximum of 100 SKUs per request.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Query parameters

Name Type Required Description
companyId Integer No

The company whose items you want to look up. Defaults to the caller's company when not supplied.

Request body fields

Name Type Required Description
[] Array Yes

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.