Skip to main content
POST
Search Pm
Use this endpoint to search your Higg Product Module (PM) entries. Product Module objects contain detailed product-level sustainability data and can be referenced when creating PIC products.

Request body params

Implementation Details

  • Published only: Only non-draft Product Module entries are returned.
  • Pagination: Standard pagination using from and size with a default of 50 results.
  • Additional filters: The full request schema supports additional filter parameters beyond those listed above (e.g., certifications, productType, date ranges). See the API playground for the complete schema.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Body

application/json

MSI & PM Search requests

ids
string[] | null
accountId
string | null
certifications
string[] | null
claimsStatus
string | null
claimsLevel
number<double> | null
claimsExpires
string | null
higgId
number<double> | null
name
string | null
productStyleNumber
string | null
productType
enum<string>
Available options:
Apparel,
Footwear,
HomeTextiles,
Other
productCategory
object | null
createdAfter
string<date-time> | null
createdBefore
string<date-time> | null
lastEditedAfter
string<date-time> | null
lastEditedBefore
string<date-time> | null
platformModifiedBy
enum<string>
Available options:
User,
Api
platformCreatedBy
enum<string>
Available options:
User,
Api
productLastEditedBefore
string<date-time> | null
productLastEditedAfter
string<date-time> | null
submittedBefore
string<date-time> | null
submittedAfter
string<date-time> | null
barcodes
string[] | null
claimType
enum<string>
Available options:
Materials,
Disclosure
from
number<double> | null
size
number<double> | null

Response

200 - application/json

Ok

API Search responses

from
number<double>
required
size
number<double>
required
total
number<double>
required
results
object[]
required