afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/WebstoreBuyerGroup.json

56 lines
2.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"usage",
"associated_objects"
],
"title": "WebstoreBuyerGroup - Data API",
"description": "Associates a webstore with a buyer group. Supports dynamically changing locales when buyers shop in orgs that are enabled for multiple languages and currencies. This object is available in API version 58.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"BuyerGroupId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The ID of the buyer group this record references. This field is a relationship field.",
"relationship_name": "BuyerGroup",
"relationship_type": "Lookup",
"refers_to": "BuyerGroup",
"required": true
},
"LastReferencedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp when the current user last accessed this record indirectly, for example, through a list view or related record."
},
"LastViewedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp when the current user last viewed this record or list view. If this value is null, and LastReferenceDate isnt null, the user accessed this record or list view indirectly."
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "Name of this record."
},
"WebStoreId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the webstore. This field is a relationship field.",
"relationship_name": "WebStore",
"relationship_type": "Lookup",
"refers_to": "WebStore",
"required": true
}
},
"usage": "This object can support a localized buyer experience by associating a Market-enabled webstore with a buyer group, allowing shoppers to view their group entitlements, price books, and promotions in localized languages and currencies.",
"associated_objects": "This object has the following associated objects. If the API version isnt specified, theyre available in the same API versions as this object. Otherwise, theyre available in the specified API version and later.\n\n- **WebstoreBuyerGroupChangeEvent**: Change events are available for the object.\n- **WebstoreBuyerGroupFeed**: Feed tracking is available for the object.\n- **WebstoreBuyerGroupHistory**: History is available for tracked fields of the object.\n- **WebstoreBuyerGroupOwnerSharingRule**: Sharing rules are available for the object.\n- **WebstoreBuyerGroupShare**: Sharing is available for the object."
}