Skip to content

Latest commit

 

History

History
115 lines (59 loc) · 2.51 KB

File metadata and controls

115 lines (59 loc) · 2.51 KB

Product Identifiers Schema

https://ns.adobe.com/xdm/mixins/product-identifiers

Captures properties related to product identifiers generic to all industries.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted fieldgroups/product/product-identifiers.schema.json

Product Identifiers Example

{}

Product Identifiers Properties

Property Type Required Defined by
xdm:productGTIN string Optional Product Identifiers (this schema)
xdm:productImageURL string Optional Product Identifiers (this schema)
xdm:productSKU string Optional Product Identifiers (this schema)
xdm:productSearchKeywords string[] Optional Product Identifiers (this schema)
* any Additional this schema allows additional properties

xdm:productGTIN

Product GTIN

Global Trade Item Number of the product.

xdm:productGTIN

  • is optional
  • type: string
  • defined in this schema

xdm:productGTIN Type

string

xdm:productImageURL

Product Image URL

The URL for the primary product image of the product.

xdm:productImageURL

  • is optional
  • type: string
  • defined in this schema

xdm:productImageURL Type

string

  • format: uri – Uniformous Resource Identifier (according to RFC3986)

xdm:productSKU

Product SKU

The unique SKU (stock keeping unit) of the product assigned by the vendor.

xdm:productSKU

  • is optional
  • type: string
  • defined in this schema

xdm:productSKU Type

string

xdm:productSearchKeywords

Product Search Keywords

The search keywords associated with the product.

xdm:productSearchKeywords

  • is optional

  • type: string[]

  • defined in this schema

xdm:productSearchKeywords Type

Array type: string[]

All items must be of the type: string