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

97 lines
2.6 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"field_reference"
],
"title": "WishlistItem - Data API",
"description": "Represents an item on a Wishlist in a store built with B2B Commerce for Lightning. Available in API version 49.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"CurrencyIsoCode": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
"description": "The ISO code for the currency thats specified on the buyers account. Default value is USD.Possible values are: USD—U.S. Dollar"
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The name of this WishlistItem record. Name can be up to 255 characters."
},
"Product2Id": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The ID of the product that is represented by the WishlistItem."
},
"WishlistId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the parent Wishlist of this WishlistItem."
}
},
"special_access_rules": "The WishListItem object is available only if the B2B Commerce for Lightning license is enabled.",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CurrencyIsoCode": {
"field_label": "Currency ISO Code",
"type": "picklist",
"length": "3"
},
"Id": {
"field_label": "Wishlist Item ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"Name": {
"field_label": "Name",
"type": "string",
"length": "255"
},
"Product2Id": {
"field_label": "Product ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"WishlistId": {
"field_label": "Wishlist ID",
"type": "reference",
"length": "18"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}