Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Service API 5.5

EPiServer.ServiceApi.Commerce

CatalogImportExport

POST​/episerverapi​/commerce​/import​/catalog
Receives a backwards-compatible catalog import file and imports the contents into Commerce.
POST​/episerverapi​/commerce​/import​/catalog​/{uploadId}
Receives a backwards-compatible catalog import file and imports the contents into Commerce. The file to be used is based of the upload identifier of a file previously updated using /episerverapi/commerce/import/upload/chunk and /episerverapi/commerce/import/upload/commit.
POST​/episerverapi​/commerce​/import​/links
Receives a linking file for catalog items and media assets and generates the included associations.
POST​/episerverapi​/commerce​/import​/links​/{uploadId}
Receives a linking file for catalog items and media assets and generates the included associations. The file to be used is based of the upload identifier of a file previously updated using /episerverapi/commerce/import/upload/chunk and /episerverapi/commerce/import/upload/commit.
GET​/episerverapi​/commerce​/export​/catalog​/{catalogName}
Returns the export of the specified catalog as a zip file.

ImportExport

POST​/episerverapi​/commerce​/import​/cms​/site​/{siteName}​/{hostname}​/{culture}
Receives a backwards-compatible EPISERVERDATA import file and imports the contents into the CMS.
POST​/episerverapi​/commerce​/import​/cms​/site​/{siteName}​/{hostname}​/{uploadId}​/{culture}
Receives a backwards-compatible EPISERVERDATA import file and imports the contents into the CMS. The file to be used is based of the upload identifier of a file previously updated using /episerverapi/commerce/import/upload/chunk and /episerverapi/import/upload/commit.
POST​/episerverapi​/commerce​/import​/cms​/assetglobalroot
Receives a backwards-compatible EPISERVERDATA import file and imports the contents into the CMS asset global root as destination.
POST​/episerverapi​/commerce​/import​/cms​/assetglobalroot​/{uploadId}
Receives a backwards-compatible EPISERVERDATA import file and imports the contents into the CMS asset global root as destination. The file to be used is based of the upload identifier of a file previously updated using /episerverapi/commerce/import/upload/chunk and /episerverapi/commerce/import/upload/commit.
POST​/episerverapi​/commerce​/import​/assets
Receives a media asset import file and imports the assets into the CMS.
POST​/episerverapi​/commerce​/import​/assets​/{uploadId}
Receives a media asset import file and imports the assets into the CMS The file to be used is based of the upload identifier of a file previously updated using /episerverapi/commerce/import/upload/chunk and /episerverapi/commerce/import/upload/commit.
GET​/episerverapi​/commerce​/export​/site​/{siteName}
Returns the export of the current site as a episerverdata file.

Task

GET​/episerverapi​/commerce​/task​/{taskId}​/status
Returns the current processing status of a(n import) task.
GET​/episerverapi​/commerce​/task​/{taskId}​/log
Returns the aggregate status log of a(n import) task at the time of the request.

Upload

GET​/episerverapi​/commerce​/import​/upload​/chunk​/{uploadId}​/{offset}
Sends part of file for the given upload identifier. If no upload identifier is given then it will create a new upload id. Use the offset to tell where the part of the total file starts.
PUT​/episerverapi​/commerce​/import​/upload​/chunk​/{uploadId}​/{offset}
Sends part of file for the given upload identifier. If no upload identifier is given then it will create a new upload id. Use the offset to tell where the part of the total file starts.
GET​/episerverapi​/commerce​/import​/upload​/commit​/{uploadId}​/{overwrite}
Creates the file from the sum of the parts that were uploaded for the upload identifier. Returns the upload identifier if successful.
POST​/episerverapi​/commerce​/import​/upload​/commit​/{uploadId}​/{overwrite}
Creates the file from the sum of the parts that were uploaded for the upload identifier. Returns the upload identifier if successful.
DELETE​/episerverapi​/commerce​/import​/upload​/{uploadId}
Deletes uploaded files with guid id.

Version

GET​/episerverapi​/version
Returns the current version number of the Integration Service.

Models

EPiServer.ServiceApi.Commerce.Models.Catalog.Association
EPiServer.ServiceApi.Commerce.Models.Catalog.EntryAssociation
EPiServer.ServiceApi.Models.NameValue
EPiServer.ServiceApi.Commerce.Models.Order.CartModel
EPiServer.ServiceApi.Commerce.Models.Order.OrderAddressModel
EPiServer.ServiceApi.Commerce.Models.Order.OrderFormModel
EPiServer.ServiceApi.Commerce.Models.Order.OrderNoteModel
EPiServer.ServiceApi.Commerce.Models.Order.PropertyItemModel
EPiServer.ServiceApi.Commerce.Models.Order.ShipmentModel
EPiServer.ServiceApi.Commerce.Models.Order.LineItemModel
EPiServer.ServiceApi.Commerce.Models.Order.PaymentModel
EPiServer.ServiceApi.Commerce.Models.Order.DiscountModel
EPiServer.ServiceApi.Commerce.Models.Catalog.Catalog
EPiServer.ServiceApi.Commerce.Models.Catalog.CatalogLanguage
EPiServer.ServiceApi.Commerce.Models.Catalog.DraftCatalog
EPiServer.ServiceApi.Commerce.Models.Order.ContactModel
EPiServer.ServiceApi.Commerce.Models.Order.AddressModel
EPiServer.ServiceApi.Commerce.Models.Order.OrganizationModel
EPiServer.ServiceApi.Commerce.Models.Catalog.Entries
EPiServer.ServiceApi.Commerce.Models.Catalog.Entry
EPiServer.ServiceApi.Commerce.Models.Catalog.MetaFieldProperty
EPiServer.ServiceApi.Commerce.Models.Catalog.SeoInfo
EPiServer.ServiceApi.Commerce.Models.Catalog.PublishStatus
EPiServer.ServiceApi.Commerce.Models.Catalog.VariationProperties
EPiServer.ServiceApi.Commerce.Models.Catalog.DimensionProperties
EPiServer.ServiceApi.Commerce.Models.Catalog.MetaFieldData
EPiServer.ServiceApi.Commerce.Models.Catalog.DraftEntry
EPiServer.ServiceApi.Commerce.Models.Catalog.DraftMetaFieldProperty
EPiServer.ServiceApi.Commerce.Models.Catalog.DraftSeoInfo
EPiServer.ServiceApi.Commerce.Models.Catalog.EntryRelation
EPiServer.ServiceApi.Commerce.Models.Catalog.ItemAsset
EPiServer.ServiceApi.Models.IdentityMapping
EPiServer.ServiceApi.Commerce.Models.Catalog.Node
EPiServer.ServiceApi.Commerce.Models.Catalog.DraftNode
EPiServer.ServiceApi.Commerce.Models.Catalog.NodeEntryRelation
EPiServer.ServiceApi.Commerce.Models.Catalog.NodeRelation
EPiServer.ServiceApi.Commerce.Models.Order.PurchaseOrderModel
EPiServer.ServiceApi.Commerce.Models.Order.SearchOrdersRequest
EPiServer.ServiceApi.Commerce.Models.Order.PaymentPlanModel
EPiServer.ServiceApi.Commerce.Models.Catalog.Price
EPiServer.ServiceApi.Models.JobMessage
EPiServer.ServiceApi.Models.UploadFile
EPiServer.ServiceApi.Models.ApiVersion
EPiServer.ServiceApi.Commerce.Models.Catalog.Warehouse
EPiServer.ServiceApi.Commerce.Models.Catalog.WarehouseInventory