BackOffice API changelog
- 1 minute to read
This topic includes new features, improvements, and bug fixes for the BackOffice API.
2.24.9 - May 2, 2023
New Features
- Added an
extract-project-resource
task to rendering jobs for retrieving a resource and placing it in artifact storage. - Added an
export-to-ecommerce
task to rendering jobs for attaching data to an e-commerce order. You can add plain text, comma-separated list, or JSON values to an order. - Added endpoint for attaching data to an e-commerce order Projects_AttachDataToProjectOrder.
General Improvements
- Now, working with folders in AssetStorage is case-insensitive.
- Added a ban on creating jobs without a
finalize
task to the Rendering Service.
2.24.0 - April 14, 2023
Maintenance
- Fixed the
StorefrontUsers_full
API scope typo.
2.23.0 - March 30, 2023
New Features
- Added endpoints for getting the results of project processing Projects_GetProjectProcessingResults, resuming the project processing Projects_ResumeProjectProcessing, and restarting the project processing Projects_RestartProjectProcessing.
- Added the possibility to create projects based on a scenario with Projects_CreateByRenderHiResScenario.
- Added endpoint ProductReferences_GetAllProductLinks to get a list of product links conneted to products in storefronts.
Maintenance
- Reduced the provider requests to the same format.
- Reduced enums to a string form.
2.22.30 - March 24, 2023
New Features
- Added support for M3D mockups in the Asset Processor API.
General Improvements
- Added a DesignAtomsMockups3d API for working with 3D mockups.
2.22.0 - February 27, 2023
General Improvements
- Moved the endpoints PrivateDesignProcessor_CopyDesignFromPublicDesign and PrivateDesignProcessor_CopyDesignFromPublicResource to the Asset Processor API.
2.21.7 - January 23, 2023
General Improvements
- Added the possibility to group designs by
FolderId
in the Storefront Products API. The endpoint Products_GetProductVariantDesigns now returns thedesignGroup
field.