For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search SKU codes

Use the searchSku method to perform product SKU search calls with the below parameters.

Request parameters

Parameters
Type / Description

ProductCode

Required (string)

The product code that you can define for each of your offerings. Needs to be unique.

PricingConfigurations

Required (array of strings)

Code

Required (string)

Currencies

Required (array of objects)

ISO currency code.

Code

Required (string)

PurchaseTypes

Required (array of objects)

Purchase type identifier. Possible values:

  • NEW_PRODUCT

  • RENEWAL

  • UPGRADE

Code

Required (string)

QuantityIntervals

Required (object)

Numeric identifier of product quantity.

MinQuantity

Required (int)

MaxQuantity

Required (int)

PriceOptionGroups

Required (array of objects)

Code

Required (string)

Options

Required (array of objects)

OptionValue

Required (string)

Pagination

Required (object)

Page

Required (int)

Limit

Required (int)

Request sample

Response parameters

Parameters
Type / Description

Items

Object

{ProductCode}

Object

This element will be replaced by the code of the product.

SkuPricingOptions

Array of strings

Code

String

Details

Array

ProductSKU

String

Currency

String

FromQty

Int

ToQty

Int

PurchaseTypes

String

Groups

Array

GroupCode

String

Options

Array

Options.Name

String

Options.Name.Value

String

Errors

Array

Pagination

Object

Limit

Int

Page

Int

Count

Int

Response sample

Last updated

Was this helpful?