Skip to main content

Product Group API

The Product Group API returns a paginated list of product groups. This endpoint is not scoped to a store, so it does not require the x-store-id header.

Endpoint Details

Base URL: https://joptic.jethings.com

Required Headers

No x-store-id header is needed because product groups are not store-scoped.

Get All Product Groups

Endpoint

Endpoint: GET /product-groups Retrieve all product groups with pagination, search, and sorting options.

Query Parameters

Success Response

Response Fields

Behavior Notes

  • Pagination clamps page to >= 1 and limit to 1-100.
  • Sorting falls back to createdAt if sortBy is not mapped.
  • store is returned for compatibility but not used for filtering.
  • status uses numeric flags (1 active, 0 inactive).

Example Request