WebSphere Commerce Service - Catalog
These services provide APIs related to browsing either a B2B or B2C store. Use these classes to:
- Get category data for administrative purposes
- Get catalogs by search term or by store ID
- Get catalog entries by parent part number, or by search term Schemes: https
Summary
Tag: Category
This class provides RESTful services to get category data for administrative purposes. It performs the services by delegating to the CatalogGroup BOD service.
Operation Description GET /store/{storeId}/category/bySearchTerm/{searchTerm} Get catalogs by search term
Tag: Catalog
This class provides RESTful services to get catalogs. It uses the Catalog noun.
Operation Description GET /store/{storeId}/catalog Get catalogs by store ID
Tag: Catalog Entry
This class provides RESTful services to get catalog entries. It uses the CatalogEntry noun.
Operation Description GET /store/{storeId}/catalog_entry Get catalog entries by parent part
GET /store/{storeId}/catalog_entry/bySearchTerm/{searchTerm} Get catalog entries by search term
Tag: catalog_export
Operation Description POST /store/{storeId}/catalog_export/{objectType} Exports all categories or all products for a store.
Tag: catalog_download
Operation Description GET /store/{storeId}/catalog_download/byExportId/{exportId} Download a catalog export file by export ID.
Paths
Get catalogs by store IDGET /store/{storeId}/catalog
Tags: CatalogGets all catalogs in a store by store ID.
storeId The store identifier.
path string langId Language identifier. If not specified, the "locale" parameter is used. If "locale" is not specified, then the store default language is used.
query string , x ∈ { -1 , -2 , -3 , -4 , -5 , -6 , -7 , -8 , -9 , -10 , -20 , -21 , -22 , -23 } profileName Profile name. Profiles determine the subset of data returned by a query.
query string , x ∈ { IBM_Admin_Summary , IBM_Admin_Details } pageNumber Page number. Valid values are positive integers starting at 1. Use pageNumber with pageSize.
query integer (int64) pageSize Page size. Used to limit the amount of data returned by a query. Valid values are integers starting with 1. Use pageSize with pageNumber.
query integer (int64)
Download a catalog export file by export ID. application/json application/xml application/xhtml+xml application/atom+xml
- 200 OK
The requested completed successfully. catalog-IBM_Admin_Details
- 400 Bad Request
Bad request. The request could not be understood by the server due to malformed syntax.
- 401 Unauthorized
Not authenticated. The user session is not valid.
- 403 Forbidden
The user is not authorized to perform the specified request.
- 500 Internal Server Error
Internal server error. For details, see the server log files.
GET /store/{storeId}/catalog_download/byExportId/{exportId}
Tags: catalog_download
storeId The store identifier.
path string , x ∈ { 0 , 10001 , 10051 , 10101 , 10151 , 10201 , 10202 } exportId The export ID from the catalog export REST API call.
path string deleted The optional deleted flag. The value can be true or false. The default is false if it is not specified. If it is true, the file downloaded will only contains the deleted objects since last export.
query string
Get catalog entries by parent part application/json application/octet-stream
- 200 OK
The requested completed successfully. Empty
- 400 Bad Request
Bad request. Some of the inputs provided to the request aren't valid.
- 401 Unauthorized
Not authenticated. The user session isn't valid.
- 403 Forbidden
The user isn't authorized to perform the specified request.
- 404 Not Found
The specified resource couldn't be found.
- 500 Internal Server Error
Internal server error. Additional details will be contained on the server logs.
GET /store/{storeId}/catalog_entry
Tags: Catalog EntryFinds catalog entries by their parent part number. Invalid part number is ignored.
storeId The store identifier.
path string q The query name.
query string , x ∈ { byParentPartNumbers } partNumber The part number of the parent catalog entry.
query string[] langId Language identifier. If not specified, the "locale" parameter is used. If "locale" is not specified, then the store default language is used.
query string , x ∈ { -1 , -2 , -3 , -4 , -5 , -6 , -7 , -8 , -9 , -10 , -20 , -21 , -22 , -23 } catalogId The unique id of the catalog to search the catalog entries under. If no catalog specified, store default catalog is used.
query string , x ∈ { 10001 , 10051 , 10052 } profileName Profile name. Profiles determine the subset of data returned by a query.
query string , x ∈ { IBM_Admin_Summary , IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute } pageNumber Page number. Valid values are positive integers starting at 1. Use pageNumber with pageSize.
query integer (int64) pageSize Page size. Used to limit the amount of data returned by a query. Valid values are integers starting with 1. Use pageSize with pageNumber.
query integer (int64)
Get catalog entries by search term application/json application/xml application/xhtml+xml application/atom+xml
- 200 OK
The requested completed successfully. catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute
- 400 Bad Request
Bad request. The request could not be understood by the server due to malformed syntax.
- 401 Unauthorized
Not authenticated. The user session is not valid.
- 403 Forbidden
The user is not authorized to perform the specified request.
- 500 Internal Server Error
Internal server error. For details, see the server log files.
GET /store/{storeId}/catalog_entry/bySearchTerm/{searchTerm}
Tags: Catalog EntryGets catalog entries by search term.
storeId The store identifier.
path string searchTerm The term user is searching for.
path string type The catalog entry types to return.
query string[] excludeType The catalog entry types that are not returned.
query string[] langId Language identifier. If not specified, the "locale" parameter is used. If "locale" is not specified, then the store default language is used.
query string , x ∈ { -1 , -2 , -3 , -4 , -5 , -6 , -7 , -8 , -9 , -10 , -20 , -21 , -22 , -23 } catalogId The unique id of the catalog to search the catalog entries under. If no catalog specified, store default catalog is used.
query string , x ∈ { 10001 , 10051 , 10052 } profileName Profile name. Profiles determine the subset of data returned by a query.
query string , x ∈ { IBM_Admin_Summary , IBM_Admin_StandardOfferPrice } pageNumber Page number. Valid values are positive integers starting at 1. Use pageNumber with pageSize.
query integer (int64) pageSize Page size. Used to limit the amount of data returned by a query. Valid values are integers starting with 1. Use pageSize with pageNumber.
query integer (int64)
Exports all categories or all products for a store. application/json application/xml application/xhtml+xml application/atom+xml
- 200 OK
The requested completed successfully. catalog_entry-IBM_Admin_StandardOfferPrice
- 400 Bad Request
Bad request. The request could not be understood by the server due to malformed syntax.
- 401 Unauthorized
Not authenticated. The user session is not valid.
- 403 Forbidden
The user is not authorized to perform the specified request.
- 500 Internal Server Error
Internal server error. For details, see the server log files.
POST /store/{storeId}/catalog_export/{objectType}
Tags: catalog_export
Specify optional parameters in the body in JSON format. For example, we can specify exportMode, catalogId, langId and CSVColumnList in the body. com.ibm.commerce.rest.catalog.handler.CatalogExportHandler$CatalogExportRequest
storeId The store identifier.
path string , x ∈ { 0 , 10001 , 10051 , 10101 , 10151 , 10201 , 10202 } objectType Specify the object type to export. Specify Category to export all categories and specify Product to export all products.
path string
Get catalogs by search term application/json application/xml application/xhtml+xml application/octet-stream
- 200 OK
The requested completed successfully. com.ibm.commerce.rest.catalog.handler.CatalogExportHandler$CatalogExportResponse
- 400 Bad Request
Bad request. Some of the inputs provided to the request aren't valid.
- 401 Unauthorized
Not authenticated. The user session isn't valid.
- 403 Forbidden
The user isn't authorized to perform the specified request.
- 404 Not Found
The specified resource couldn't be found.
- 500 Internal Server Error
Internal server error. Additional details will be contained on the server logs.
GET /store/{storeId}/category/bySearchTerm/{searchTerm}
Tags: CategoryGets catalogs by search term.
storeId The store identifier.
path string searchTerm The term user is searching for.
path string langId Language identifier. If not specified, the "locale" parameter is used. If "locale" is not specified, then the store default language is used.
query string , x ∈ { -1 , -2 , -3 , -4 , -5 , -6 , -7 , -8 , -9 , -10 , -20 , -21 , -22 , -23 } catalogId The unique ID of the catalog to search the categories under.
query string , x ∈ { 10001 , 10051 , 10052 } profileName Profile name. Profiles determine the subset of data returned by a query.
query string , x ∈ { IBM_Admin_Summary , IBM_Admin_Details , IBM_Admin_Summary_Breadcrumb , IBM_Admin_Details_Breadcrumb } pageNumber Page number. Valid values are positive integers starting at 1. Use pageNumber with pageSize.
query integer (int64) pageSize Page size. Used to limit the amount of data returned by a query. Valid values are integers starting with 1. Use pageSize with pageNumber.
query integer (int64)
application/json application/xml application/xhtml+xml application/atom+xml
- 200 OK
The requested completed successfully. category-IBM_Admin_Details_Breadcrumb
- 400 Bad Request
Bad request. The request could not be understood by the server due to malformed syntax.
- 401 Unauthorized
Not authenticated. The user session is not valid.
- 403 Forbidden
The user is not authorized to perform the specified request.
- 500 Internal Server Error
Internal server error. For details, see the server log files.
Schema definitions
catalog-IBM_Admin_Details: object
- recordSetCount: integer (int64)
- recordSetComplete: boolean
- recordSetStartNumber: integer (int64)
- resultList: object[]
catalog-IBM_Admin_Details_item - recordSetTotal: integer (int64)
catalog-IBM_Admin_Details_item: object
- description: object[]
catalog-IBM_Admin_Details_item.description - default: boolean
- primary: boolean
- catalogId: string
- attachmentReference: object[]
catalog-IBM_Admin_Details_item.attachmentReference - attributes: object[]
catalog-IBM_Admin_Details_item.attributes - catalogIdentifier: string
catalog-IBM_Admin_Details_item.attachmentReference: object
- userData: catalog-IBM_Admin_Details_item.attachmentReference.userData
- attachmentIdentifier: catalog-IBM_Admin_Details_item.attachmentReference.attachmentIdentifier
- attachmentReferenceIdentifier: catalog-IBM_Admin_Details_item.attachmentReference.attachmentReferenceIdentifier
- displaySequence: string
- attachmentReferenceDescription: object[]
catalog-IBM_Admin_Details_item.attachmentReference.attachmentReferenceDescription - attachmentAsset: object[]
catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset - attachmentDescription: object[]
catalog-IBM_Admin_Details_item.attachmentReference.attachmentDescription - attachmentUsage: catalog-IBM_Admin_Details_item.attachmentReference.attachmentUsage
catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset: object
- mimeType: string
- attachmentAssetIdentifier: catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset.attachmentAssetIdentifier
- rootDirectory: string
- language: string[]
string - directoryPath: string
- storeIdentifier: catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset.storeIdentifier
- localAsset: boolean
- userData: catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset.userData
- attachmentAssetPath: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset.attachmentAssetIdentifier: object
- uniqueID: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset.storeIdentifier: object
- uniqueID: string
- externalIdentifier: catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset.storeIdentifier.externalIdentifier
catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset.userData: object
- userDataField: object[]
catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset.userData.userDataField
catalog-IBM_Admin_Details_item.attachmentReference.attachmentAsset.userData.userDataField: object
- value: string
- key: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentDescription: object
- userData: catalog-IBM_Admin_Details_item.attachmentReference.attachmentDescription.userData
- shortDescription: string
- name: string
- language: string
- longDescription: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentDescription.userData: object
- userDataField: object[]
catalog-IBM_Admin_Details_item.attachmentReference.attachmentDescription.userData.userDataField
catalog-IBM_Admin_Details_item.attachmentReference.attachmentDescription.userData.userDataField: object
- value: string
- key: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentIdentifier: object
- uniqueID: string
- externalIdentifier: catalog-IBM_Admin_Details_item.attachmentReference.attachmentIdentifier.externalIdentifier
catalog-IBM_Admin_Details_item.attachmentReference.attachmentIdentifier.externalIdentifier: object
- ownerID: string
- identifier: string
- storeIdentifier: catalog-IBM_Admin_Details_item.attachmentReference.attachmentIdentifier.externalIdentifier.storeIdentifier
catalog-IBM_Admin_Details_item.attachmentReference.attachmentIdentifier.externalIdentifier.storeIdentifier: object
- uniqueID: string
- externalIdentifier: catalog-IBM_Admin_Details_item.attachmentReference.attachmentIdentifier.externalIdentifier.storeIdentifier.externalIdentifier
catalog-IBM_Admin_Details_item.attachmentReference.attachmentIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentReferenceDescription: object
- userData: catalog-IBM_Admin_Details_item.attachmentReference.attachmentReferenceDescription.userData
- shortDescription: string
- name: string
- language: string
- longDescription: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentReferenceDescription.userData: object
catalog-IBM_Admin_Details_item.attachmentReference.attachmentReferenceDescription.userData.userDataField: object
- value: string
- key: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentReferenceIdentifier: object
- uniqueID: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentUsage: object
- displaySequence: string
- attachmentUsageDescription: catalog-IBM_Admin_Details_item.attachmentReference.attachmentUsage.attachmentUsageDescription
- image: string
- usageName: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentUsage.attachmentUsageDescription: object
- userData: catalog-IBM_Admin_Details_item.attachmentReference.attachmentUsage.attachmentUsageDescription.userData
- shortDescription: string
- name: string
- language: string
- longDescription: string
catalog-IBM_Admin_Details_item.attachmentReference.attachmentUsage.attachmentUsageDescription.userData: object
catalog-IBM_Admin_Details_item.attachmentReference.attachmentUsage.attachmentUsageDescription.userData.userDataField: object
- value: string
- key: string
catalog-IBM_Admin_Details_item.attachmentReference.userData: object
- userDataField: object[]
catalog-IBM_Admin_Details_item.attachmentReference.userData.userDataField
catalog-IBM_Admin_Details_item.attachmentReference.userData.userDataField: object
- value: string
- key: string
catalog-IBM_Admin_Details_item.attributes: object
- value: string
- key: string
catalog-IBM_Admin_Details_item.description: object
- keyword: string
- language: string
- fullImage: string
- longDescription: string
- breadcrumb: string[]
string - override: object[]
catalog-IBM_Admin_Details_item.description.override - attributes: object[]
catalog-IBM_Admin_Details_item.description.attributes - shortDescription: string
- thumbnail: string
- name: string
catalog-IBM_Admin_Details_item.description.attributes: object
- value: string
- key: string
catalog-IBM_Admin_Details_item.description.override: object
- name: string
- keyword: string
- fullImage: string
- longDescription: string
- descriptionOverrideIdentifier: catalog-IBM_Admin_Details_item.description.override.descriptionOverrideIdentifier
- attributes: object[]
catalog-IBM_Admin_Details_item.description.override.attributes - shortDescription: string
- thumbnail: string
catalog-IBM_Admin_Details_item.description.override.attributes: object
- value: string
- key: string
catalog-IBM_Admin_Details_item.description.override.descriptionOverrideIdentifier: object
- uniqueID: string
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute: object
- recordSetCount: integer (int64)
- recordSetComplete: boolean
- recordSetStartNumber: integer (int64)
- resultList: object[]
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute_item - recordSetTotal: integer (int64)
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute_item: object
- parentCatalogEntryID: string
- description: object[]
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute_item.description - owningStoreDirectory: string
- uniqueID: string
- parentCatalogEntryPartNumber: string
- attributes: object[]
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute_item.attributes - partNumber: string
- type: string
- userDataField: object[]
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute_item.userDataField
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute_item.attributes: object
- comparable: boolean
- description: string
- searchable: boolean
- dataType: string
- displayable: boolean
- value: com.ibm.commerce.catalog.facade.datatypes.ValueType
- values: object[]
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute_item.attributes.values - uniqueID: string
- extendedValue: object[]
java.util.Map$Entry - usage: string
- name: string
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute_item.attributes.values: object
- identifier: string
- values: string
- extendedValue: object[]
java.util.Map$Entry
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute_item.description: object
- shortDescription: string
- name: string
- thumbnail: string
catalog_entry-IBM_Admin_CatalogEntryDefiningAttributeDictionaryAttribute_item.userDataField: object
- value: string
- key: string
catalog_entry-IBM_Admin_StandardOfferPrice: object
- recordSetCount: integer (int64)
- recordSetComplete: boolean
- recordSetStartNumber: integer (int64)
- resultList: object[]
catalog_entry-IBM_Admin_StandardOfferPrice_item - recordSetTotal: integer (int64)
catalog_entry-IBM_Admin_StandardOfferPrice_item: object
- description: object[]
catalog_entry-IBM_Admin_StandardOfferPrice_item.description - owningStoreDirectory: string
- price: com.ibm.commerce.foundation.common.datatypes.MonetaryAmountType
- uniqueID: string
- partNumber: string
- type: string
- userDataField: object[]
catalog_entry-IBM_Admin_StandardOfferPrice_item.userDataField
catalog_entry-IBM_Admin_StandardOfferPrice_item.description: object
- shortDescription: string
- name: string
- thumbnail: string
catalog_entry-IBM_Admin_StandardOfferPrice_item.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb: object
- recordSetCount: integer (int64)
- recordSetComplete: boolean
- recordSetStartNumber: integer (int64)
- resultList: object[]
category-IBM_Admin_Details_Breadcrumb_item - recordSetTotal: integer (int64)
category-IBM_Admin_Details_Breadcrumb_item: object
- catalogGroupIdentifier: category-IBM_Admin_Details_Breadcrumb_item.catalogGroupIdentifier
- taxonomyAttribute: category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute
- parentCatalogGroupIdentifier: category-IBM_Admin_Details_Breadcrumb_item.parentCatalogGroupIdentifier
- description: object[]
category-IBM_Admin_Details_Breadcrumb_item.description - owningStoreDirectory: string
- topCatalogGroup: boolean
- displaySequence: number (double)
- categoryIdentifier: string
- breadcrumbLocation: object[]
category-IBM_Admin_Details_Breadcrumb_item.breadcrumbLocation - rule: category-IBM_Admin_Details_Breadcrumb_item.rule
- facet: object[]
category-IBM_Admin_Details_Breadcrumb_item.facet - sEOProperties: object[]
category-IBM_Admin_Details_Breadcrumb_item.sEOProperties - attachmentReference: object[]
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference - dynamicCatalogGroup: integer (int32)
- navigationRelationship: object[]
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship - attributes: object[]
category-IBM_Admin_Details_Breadcrumb_item.attributes - sEOURL: object[]
category-IBM_Admin_Details_Breadcrumb_item.sEOURL - categoryId: string
- association: object[]
category-IBM_Admin_Details_Breadcrumb_item.association - navigationPath: string
category-IBM_Admin_Details_Breadcrumb_item.association: object
- catalogGroupReference: category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference
- name: string
- catalogEntryReference: category-IBM_Admin_Details_Breadcrumb_item.association.catalogEntryReference
- associationCodeType: string
- displaySequence: number (double)
- associatedObject: category-IBM_Admin_Details_Breadcrumb_item.association.associatedObject
- uniqueID: string
- externalSource: boolean
- attributes: object[]
category-IBM_Admin_Details_Breadcrumb_item.association.attributes - associatedObjectGroup: object[]
Empty - semantic: string
- quantity: number (double)
category-IBM_Admin_Details_Breadcrumb_item.association.associatedObject: object
category-IBM_Admin_Details_Breadcrumb_item.association.attributes: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.association.catalogEntryReference: object
- catalogEntryIdentifier: category-IBM_Admin_Details_Breadcrumb_item.association.catalogEntryReference.catalogEntryIdentifier
- displayName: string
- catalogEntryTypeCode: string
- navigationPath: string
category-IBM_Admin_Details_Breadcrumb_item.association.catalogEntryReference.catalogEntryIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.association.catalogEntryReference.catalogEntryIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.association.catalogEntryReference.catalogEntryIdentifier.externalIdentifier: object
- ownerID: string
- partNumber: string
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.association.catalogEntryReference.catalogEntryIdentifier.externalIdentifier.storeIdentifier
category-IBM_Admin_Details_Breadcrumb_item.association.catalogEntryReference.catalogEntryIdentifier.externalIdentifier.storeIdentifier: object
category-IBM_Admin_Details_Breadcrumb_item.association.catalogEntryReference.catalogEntryIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference: object
- catalogGroupIdentifier: category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogGroupIdentifier
- displayName: string
- catalogIdentifier: category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogIdentifier
- navigationPath: string
category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogGroupIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogGroupIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogGroupIdentifier.externalIdentifier: object
- ownerID: string
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogGroupIdentifier.externalIdentifier.storeIdentifier
- groupIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogGroupIdentifier.externalIdentifier.storeIdentifier: object
category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogGroupIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogIdentifier.externalIdentifier: object
- ownerID: string
- identifier: string
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogIdentifier.externalIdentifier.storeIdentifier
category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogIdentifier.externalIdentifier.storeIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogIdentifier.externalIdentifier.storeIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.association.catalogGroupReference.catalogIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference: object
- userData: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.userData
- attachmentIdentifier: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentIdentifier
- attachmentReferenceIdentifier: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentReferenceIdentifier
- displaySequence: string
- attachmentReferenceDescription: object[]
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentReferenceDescription - attachmentAsset: object[]
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset - attachmentDescription: object[]
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentDescription - attachmentUsage: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentUsage
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset: object
- mimeType: string
- attachmentAssetIdentifier: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset.attachmentAssetIdentifier
- rootDirectory: string
- language: string[]
string - directoryPath: string
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset.storeIdentifier
- localAsset: boolean
- userData: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset.userData
- attachmentAssetPath: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset.attachmentAssetIdentifier: object
- uniqueID: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset.storeIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset.storeIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset.userData: object
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentAsset.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentDescription: object
- userData: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentDescription.userData
- shortDescription: string
- name: string
- language: string
- longDescription: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentDescription.userData: object
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentDescription.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentIdentifier.externalIdentifier: object
- ownerID: string
- identifier: string
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentIdentifier.externalIdentifier.storeIdentifier
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentIdentifier.externalIdentifier.storeIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentIdentifier.externalIdentifier.storeIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentReferenceDescription: object
- userData: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentReferenceDescription.userData
- shortDescription: string
- name: string
- language: string
- longDescription: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentReferenceDescription.userData: object
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentReferenceDescription.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentReferenceIdentifier: object
- uniqueID: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentUsage: object
- displaySequence: string
- attachmentUsageDescription: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentUsage.attachmentUsageDescription
- image: string
- usageName: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentUsage.attachmentUsageDescription: object
- userData: category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentUsage.attachmentUsageDescription.userData
- shortDescription: string
- name: string
- language: string
- longDescription: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentUsage.attachmentUsageDescription.userData: object
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.attachmentUsage.attachmentUsageDescription.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.userData: object
- userDataField: object[]
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.userData.userDataField
category-IBM_Admin_Details_Breadcrumb_item.attachmentReference.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.attributes: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.breadcrumbLocation: object
- catalogGroupUniqueID: string[]
string
category-IBM_Admin_Details_Breadcrumb_item.catalogGroupIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.catalogGroupIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.catalogGroupIdentifier.externalIdentifier: object
- ownerID: string
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.catalogGroupIdentifier.externalIdentifier.storeIdentifier
- groupIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.catalogGroupIdentifier.externalIdentifier.storeIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.catalogGroupIdentifier.externalIdentifier.storeIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.catalogGroupIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.description: object
- keyword: string
- language: string
- fullImage: string
- longDescription: string
- breadcrumb: string[]
string - override: object[]
category-IBM_Admin_Details_Breadcrumb_item.description.override - attributes: object[]
category-IBM_Admin_Details_Breadcrumb_item.description.attributes - shortDescription: string
- thumbnail: string
- name: string
category-IBM_Admin_Details_Breadcrumb_item.description.attributes: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.description.override: object
- name: string
- keyword: string
- fullImage: string
- longDescription: string
- descriptionOverrideIdentifier: category-IBM_Admin_Details_Breadcrumb_item.description.override.descriptionOverrideIdentifier
- attributes: object[]
category-IBM_Admin_Details_Breadcrumb_item.description.override.attributes - shortDescription: string
- thumbnail: string
category-IBM_Admin_Details_Breadcrumb_item.description.override.attributes: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.description.override.descriptionOverrideIdentifier: object
- uniqueID: string
category-IBM_Admin_Details_Breadcrumb_item.facet: object
category-IBM_Admin_Details_Breadcrumb_item.facet.attribute: object
- attributeDescription: object[]
category-IBM_Admin_Details_Breadcrumb_item.facet.attribute.attributeDescription
category-IBM_Admin_Details_Breadcrumb_item.facet.attribute.attributeDescription: object
- userData: category-IBM_Admin_Details_Breadcrumb_item.facet.attribute.attributeDescription.userData
- name: string
- description: string
- language: string
- extendedData: object[]
category-IBM_Admin_Details_Breadcrumb_item.facet.attribute.attributeDescription.extendedData
category-IBM_Admin_Details_Breadcrumb_item.facet.attribute.attributeDescription.extendedData: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.facet.attribute.attributeDescription.userData: object
category-IBM_Admin_Details_Breadcrumb_item.facet.attribute.attributeDescription.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.facet.facetIdentifier: object
- identifier: string
- uniqueID: string
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship: object
- attributes: object[]
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.attributes - displaySequence: number (double)
- catalogGroupReference: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference
- type: string
- catalogEntryReference: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogEntryReference
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.attributes: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogEntryReference: object
- catalogEntryIdentifier: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogEntryReference.catalogEntryIdentifier
- displayName: string
- catalogEntryTypeCode: string
- navigationPath: string
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogEntryReference.catalogEntryIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogEntryReference.catalogEntryIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogEntryReference.catalogEntryIdentifier.externalIdentifier: object
- ownerID: string
- partNumber: string
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogEntryReference.catalogEntryIdentifier.externalIdentifier.storeIdentifier
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogEntryReference.catalogEntryIdentifier.externalIdentifier.storeIdentifier: object
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogEntryReference.catalogEntryIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference: object
- catalogGroupIdentifier: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogGroupIdentifier
- displayName: string
- catalogIdentifier: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogIdentifier
- navigationPath: string
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogGroupIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogGroupIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogGroupIdentifier.externalIdentifier: object
- ownerID: string
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogGroupIdentifier.externalIdentifier.storeIdentifier
- groupIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogGroupIdentifier.externalIdentifier.storeIdentifier: object
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogGroupIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogIdentifier.externalIdentifier: object
- ownerID: string
- identifier: string
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogIdentifier.externalIdentifier.storeIdentifier
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogIdentifier.externalIdentifier.storeIdentifier: object
category-IBM_Admin_Details_Breadcrumb_item.navigationRelationship.catalogGroupReference.catalogIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.parentCatalogGroupIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.parentCatalogGroupIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.parentCatalogGroupIdentifier.externalIdentifier: object
- ownerID: string
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.parentCatalogGroupIdentifier.externalIdentifier.storeIdentifier
- groupIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.parentCatalogGroupIdentifier.externalIdentifier.storeIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.parentCatalogGroupIdentifier.externalIdentifier.storeIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.parentCatalogGroupIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.rule: object
- userData: object[]
category-IBM_Admin_Details_Breadcrumb_item.rule.userData - nVP: object[]
category-IBM_Admin_Details_Breadcrumb_item.rule.nVP - uniqueID: string
- element: object[]
category-IBM_Admin_Details_Breadcrumb_item.rule.element
category-IBM_Admin_Details_Breadcrumb_item.rule.element: object
- userData: object[]
category-IBM_Admin_Details_Breadcrumb_item.rule.element.userData - type: string
- uniqueID: string
- nVP: object[]
category-IBM_Admin_Details_Breadcrumb_item.rule.element.nVP
category-IBM_Admin_Details_Breadcrumb_item.rule.element.nVP: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.rule.element.userData: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.rule.nVP: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.rule.userData: object
- userDataField: object[]
category-IBM_Admin_Details_Breadcrumb_item.rule.userData.userDataField
category-IBM_Admin_Details_Breadcrumb_item.rule.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.sEOProperties: object
- resolved: boolean
- userData: category-IBM_Admin_Details_Breadcrumb_item.sEOProperties.userData
- language: string
- metaKeyword: string
- fullImageAltDescription: string
- parentStoreIdentifier: category-IBM_Admin_Details_Breadcrumb_item.sEOProperties.parentStoreIdentifier
- pageGroup: string
- objectIdentifier: string
- sEOPageDefID: string
- title: string
- metaDescription: string
category-IBM_Admin_Details_Breadcrumb_item.sEOProperties.parentStoreIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.sEOProperties.parentStoreIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.sEOProperties.parentStoreIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.sEOProperties.userData: object
- userDataField: object[]
category-IBM_Admin_Details_Breadcrumb_item.sEOProperties.userData.userDataField
category-IBM_Admin_Details_Breadcrumb_item.sEOProperties.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.sEOURL: object
- userData: category-IBM_Admin_Details_Breadcrumb_item.sEOURL.userData
- parentStoreIdentifier: category-IBM_Admin_Details_Breadcrumb_item.sEOURL.parentStoreIdentifier
- tokenValue: string
- uRLKeywordID: string
- uRLKeyword: object[]
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.uRLKeyword - usage: string
- siteMapInfo: category-IBM_Admin_Details_Breadcrumb_item.sEOURL.siteMapInfo
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.parentStoreIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.sEOURL.parentStoreIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.parentStoreIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.siteMapInfo: object
- priority: number (double)
- userData: category-IBM_Admin_Details_Breadcrumb_item.sEOURL.siteMapInfo.userData
- mobilePriority: number (double)
- changeFrequency: string
- mobileChangeFrequency: string
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.siteMapInfo.userData: object
- userDataField: object[]
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.siteMapInfo.userData.userDataField
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.siteMapInfo.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.uRLKeyword: object
- userData: category-IBM_Admin_Details_Breadcrumb_item.sEOURL.uRLKeyword.userData
- keyword: string
- language: string
- generatedMobileKeyword: string
- uRLPrefix: string
- mobileURLPrefix: string
- previewURL: string
- mobileKeyword: string
- generatedKeyword: string
- previewMobileURL: string
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.uRLKeyword.userData: object
- userDataField: object[]
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.uRLKeyword.userData.userDataField
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.uRLKeyword.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.userData: object
- userDataField: object[]
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.userData.userDataField
category-IBM_Admin_Details_Breadcrumb_item.sEOURL.userData.userDataField: object
- value: string
- key: string
category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute: object
- attribute: object[]
category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute
category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier: object
- attributeDictionaryIdentifier: category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier.attributeDictionaryIdentifier
- storeIdentifier: category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier.storeIdentifier
- identifier: string
category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier.attributeDictionaryIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier.attributeDictionaryIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier.attributeDictionaryIdentifier.externalIdentifier: object
category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier.attributeDictionaryIdentifier.externalIdentifier.storeIdentifier: object
category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier.attributeDictionaryIdentifier.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier.storeIdentifier: object
- uniqueID: string
- externalIdentifier: category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier.storeIdentifier.externalIdentifier
category-IBM_Admin_Details_Breadcrumb_item.taxonomyAttribute.attribute.externalIdentifier.storeIdentifier.externalIdentifier: object
- ownerID: string
- nameIdentifier: string
com.ibm.commerce.catalog.facade.datatypes.ValueType: object
- identifier: string
- value: string
- storeID: string
com.ibm.commerce.foundation.common.datatypes.MonetaryAmountType: object
- currency: string
- value: number (double)
com.ibm.commerce.rest.catalog.handler.CatalogExportHandler$CatalogExportRequest: object
- CSVColumnList: string
A list of CSV columns to be exported. The default is to export all columns configured if it is not specified.
- catalogId: string
The ID of the catalog to be exported. The default is the store master catalog if it is not specified.
- exportMode: string
Export mode can be full or delta. The default is full if it is not specified.
- langId: string
The ID of the language for the description to be exported. The default is the store default language if it is not specified.
com.ibm.commerce.rest.catalog.handler.CatalogExportHandler$CatalogExportResponse: object
- exportId: string
Export ID returned from the catalog export. It can be used in the catalog download REST API.
Empty: object
Empty model. Used as default value when no model is specified.
java.util.Map$Entry: object
- value: string
- key: string