POST
/
api-product
/
v1
/
product
/
attribute
/
mapping

Authorizations

Authorization
string
header
required

S2S access token (JWT) from fabric Identity service (during Login)

Headers

x-site-context
string
required

The x-site-context header is a JSON object that contains information about the source you wish to pull from. The mandatory account is the 24 character identifier found in Copilot. The channel (Sales channel ID), stage (environment name), and date attributes can be used to further narrow the scope of your data source.

Body

application/json
mappings
object[]

Response

200 - application/json
attribute
object

Represents the mapped attributes. Only populated when include.attribute is true. <br /> Note: Not applicable for an attribute mapping modify request

attributeId
string

A 24-character system-generated attribute ID

createdBy
string

User ID that created item attribute

createdOn
string

Time of attribute creation (UTC format)

description
string

Description for attribute mapping

mapping
string

Attribute mapping

modifiedBy
string

User ID that last modified item attribute

modifiedOn
string

Time of when the attribute was last modified

name
string

Name of attribute mapping

required
boolean

true: Mapping is mandatory; <br /> false: mapping is optional

target
string

Returns attribute mapping for the specified target

validation
object