Fetches outfits: sets of items which complement the source garment.
This is the v2 equivalent of /items/{id}/related?methods=outfits. It uses the same service objects and retry/fallback logic.
The response contains only the outfits key: unlike the v1 related response there are no similar_items or partner_outfits keys, and no user object.
If the garment exists but has no valid outfits, a 200 with an empty outfits array is returned.
The JWT for the user. Optional: requests without a user token return non-personalized results. The header name is unchanged for backwards compatibility.
The garment identifier the recommendations are requested for. The interpretation of this value is controlled by the identifier_type parameter
How Mapp Fashion should interpret id and excluded_ids. Not all of these may be available, depending on the information in the product feed and how it is processed. Contact Mapp Fashion for examples of these types for your specific integration.
In general
- product-code is the style + color identifier from the feed
- sku is style without color or size
The v1 value ancillary-product-code is intentionally not available in v2: the number of selectable identifier types was reduced to avoid ambiguity during onboarding. The ancillary_product_code attribute is still returned on garments.
There is no fallback logic for partial matches: an identifier must match completely, and the first match is used for the response.
The maximum price reduction (in percent) of any returned item
The desired response format.
If simple, only basic garment identifiers are returned. If detailed, more comprehensive garment metadata (name, description, price etc.) is included.
simple is equivalent to the v1 value retailer_ids. The v1 value document is not available in v2.
With detailed, garment attributes are returned in garment_data as GarmentDetail objects. The v1 fields parameter has no v2 equivalent: the set of attributes is fixed and depends on the partner feed.
Whether to exclude the source garment from any returned outfits
The number of outfits to attempt to return per occasion. In the case of a single occasion garment, this limit is doubled internally. If fewer outfits are available, as many as possible are returned
A locale parameter describing what stock information to use and what language to return text in (if applicable). This parameter will only function if the corresponding information is in the product feed & processed accordingly. If stock locale and UI language are not the same, specify the language parameter in addition to this one.
Allows you to specify a locale used for feed attributes such as product name that should be localized using a different locale to price & stock information. This parameter will only function if the corresponding information is in the product feed & processed accordingly.
If true, pretty print JSON output. This increases response size and should usually be off in production environments
Controls whether Mapp Fashion garment ids (raw_garment_id) are included for the returned items. source.raw_garment_id is returned regardless of this parameter.
Note that this defaults to false, whereas the v1 equivalent defaults to true.
Information about the outfits containing the source garment
The response of /api/v2/items/outfits.
Unlike the v1 related response, only the key that applies to this endpoint is returned: there are no similar_items or partner_outfits keys, and no user object.
An event id. Use it when posting events relating to this dataset
The garment_id. The type of identifier used depends on the requests garment_format
The internal Mapp Fashion id for the garment. This may be omitted depending on garment_format
An alternative identifier to identify the product, hidden when not provided in feed
If true, the event_id should be posted to /events//reparent
Attributes of the garments in the response. Empty unless garment_format=detailed
An entry in garment_data, returned when garment_format=detailed.
Note that this object is not the same shape as Garment (used by the v1 recommendations endpoints): it carries the feed and media attributes of the garment and identifies it via id and product_code rather than garment_id.
The set of attributes present depends on the endpoint and on what the partner product feed contains, so individual attributes may be absent, empty or null. The v1 fields parameter has no v2 equivalent.
Do not rely on the order of this array. It does not necessarily match the order of the recommendations, which is authoritative for display.
The internal Mapp Fashion id for the garment
The product code from the partner feed
The style level identifier the product code belongs to
The partner identifier
The retailer name
The brand name
The product name
The current price as it appears in the feed. Formatting follows the feed and does not necessarily include a currency
The previous price as it appears in the feed. Empty if the garment is not reduced
Product rating. May be null if the partner feed does not provide one
The URL of the product detail page
The category id for the product
The category name for the product
The garment department
All image URLs present in the product feed
Mapp Fashion hosted image for the garment
Mapp Fashion hosted thumbnail for the garment
The feed image judged to be the best model shot. May be empty
The feed image judged to be the best product shot. May be null
Human readable reasons for the recommendation. Only populated if the profile has shape data
Whether outfits can be generated for the garment
The stock status of the garment
The style level identifier from the feed
The EANs present in the product feed
The sizes currently available for the garment, as label and value pairs
A size entry as a label and value pair, for example ["Size", "XL"]
The outfits built around the source garment. An empty array if the garment exists but has no valid outfits
An outfit built around a source garment.
Note the difference to the v1 Outfit object: the saved and id properties of saved outfits are not returned.
An opaque identifier for this outfit within the response. Use it when posting events relating to an item in this outfit
The garment the outfit was built around
Identifies the template the outfit was constructed from. Always partner_outfit for curated partner outfits
The occasion this outfit was built for
The items making up the outfit, in the order they should be displayed. The source garment is included only if exclude_source_garment=false
The garment_id. The type of identifier used depends on the requests garment_format
The internal Mapp Fashion id for the garment. This may be omitted depending on garment_format
An alternative identifier to identify the product, hidden when not provided in feed
One or more parameter values are invalid
Generic error object
A human readable error message
Invalid JWT: a user token was supplied but could not be verified. Requests without a user token are not affected - they return non-personalized results
Generic error object
A human readable error message
garment not found
Generic error object
A human readable error message
An internal error occurred. Retry the request. If the issue persists, contact Technical Support
Generic error object
A human readable error message