Get Product Profile
Returns one ProductProfile by its numeric ID. Add
fields=conditions,conditions_readable when loading the Profile for editing.
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Path Parameters
Product Profile ID.
x >= 126
Query Parameters
Select fields of the ProductProfile object. See the
selecting fields page for more information.
Specify fields of the ProductProfile object to include in the response.
all, name, code, conditions, conditions_readable, matched_count, classification, created_at, updated_at Response
The requested Product Profile.
A reusable Product classification whose conditions may match many Products. Classification is
asynchronous: after a create or condition update, poll the resource until
classification.status is up_to_date. This status confirms that the Profile's current
conditions were classified. Product changes flow through a separate asynchronous changelog and
may not appear immediately in materialized membership.