Skip to main content

33 posts tagged with "roadmap"

View All Tags

On July 15, 2024, the capability to query the GET /products operation in the Customer service based on SKU or product index was introduced.

Implementation details:

  • To call the GET /products operation using the SKU code, you need to pass the query parameter queryParam named sku.
  • To call the GET /products operation using the product index, you need to pass the query parameter queryParam named index.

Usage examples:

  • Call using SKU code:
GET /products?sku=<kod_SKU>
  • Call using product index:
GET /products?index=<indeks_towaru>