mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
25 lines
1.1 KiB
JSON
25 lines
1.1 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"special_access_rules",
|
|
"usage",
|
|
"field_reference"
|
|
],
|
|
"title": "ManagedContentInfo - Data API",
|
|
"description": "Allows the creation of relationship to Product using ProductMedia. This object is available in API version 49.0 to 57.0. In API version 58.0 and later, use the ManagedContent object.",
|
|
"special_access_rules": "You must have the B2B Commerce license and a CMS workspace to access a web store.",
|
|
"usage": "The CMS content import process returns a ManageContentInfo ID for each piece of content. The ManagedContentInfo entity has a 1:1 relationship with ProductMedia. To create this relationship, ProductMedia must be associated with a Product entity, for example, Product > ProductMedia > ManagedContentInfo. Use the ID to associate content uploaded through the API with the ProductMedia entity",
|
|
"field_reference": {
|
|
"Id": {
|
|
"field_label": "Managed Content Info ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |