Content
API for managing languages and translations of Fynd Commerce
Custom fields are a flexible way to attach additional information to a resource (e.g. Product, promotions, etc.). Some examples of data stored using customfields include specifications, size charts, downloadable documents, release dates, images, or part numbers. Custom fields are identified by an owner resource, a namespace, and a key and they store a value along with type information for that context.
Get custom field types
getCustomFieldTypes
Get resources
getResources
Get custom fields definitions
getCustomFieldDefinitions
Get custom fields definitions for a given resource type
getCustomFieldDefinitionByResource
Create custom field definition for a given resource type
createCustomFieldDefinition
Get custom fields definition by resource, slug and namespace
getCustomFieldDefinitionBySlug
Update custom field definition
updateCustomFieldDefinitionBySlug
Delete custom fields definition
deleteCustomFieldDefinitionBySlug
Get list of custom fields of given resource and resource slug
getCustomFieldsByResourceSlug
Update custom field entries for gives resource and resource slug
updateCustomFieldByResourceSlug
delete custom fields of given resource and resource slug
deleteCustomFieldsByResourceSlug
Custom objects refer to entities that are not currently present on the platform. Sellers can create these custom data structures, allowing them to define the essential custom fields according to their preferences. These custom objects are introduced to address unique data requirements that fall outside the platform's standard features.