Get Product Profile by code
Returns a Product Profile by its stable immutable external code. 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
Stable Product Profile code.
64^[A-Za-z0-9_]+$"lightweight_parcel"
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.