Release Notes: September 9, 2021
Here’s What’s New with DirectScale for the Week of September 9, 2021.
Version: 1.0.4873.0
Remember to come back every Thursday to learn about all the cool things we deliver weekly.
🔍 More Fields for Search Associate Endpoint
The Search Associate endpoint for the Public API allows you to search for all Associates that match the given search term. Now, we’ve updated this endpoint to include all the following fields in the response:
-
BackOffice Id(publicly known ID) -
Customer Id(internal DirectScale ID) First NameLast NameLegal First NameLegal Last NameRomanized First NameRomanized Last Name-
Associate Type(name) Associate Type IDProfile Image URLStatus IDPrimary PhoneText NumberEmailCityStateCountry
👍 Simplified Calculate Customer Order Total Request
We’ve simplified the request to the Public API Calculate Customer Order Total endpoint allowing you to pass in fewer fields.
For example, the following example will get a successful response:
{
"StoreId": 3,
"CurrencyCode": "usd",
"PriceGroup": 2,
"OrderType": 1,
"Items": [
{
"ItemId": 3169,
"Quantity": 1,
"IsReward": false
}
]
}
With our partner providers creating custom eCommerce sites for clients, passing in a simple request body is helpful, especially for enrollment when you don’t know the customer’s address or chosen shipping method yet.
Note:
- Existing clients using the Calculate Customer Order Total endpoint can still call it in the same way they are currently.
- Only shipping methods that are configured for the passed-in storeID are returned in the response.
📝 Help Center and Developer Docs
🎉 New!
- Associate Search Indexing
- Dealing with the Sad Robot Error
- [VIDEO] Using the Web Office Visual Tree
- What is DirectScale?
- Working Through the Initial Settings
- Adding Your Branding
- Extending Your Platform
- Quick Start Guide section
✨ Improved!
- Adding Associate Statuses
- Allowing Duplicate Associate Email Addresses
- Changing the Minimum Enrollment Age
- Tracking Associate Start Date
- Base Associate Types, Associate Types, and Price Groups Explained
- Creating Your Inventory SKUs
- Reward Points Guide
🌄 What’s on the Horizon?
- Redesigning the Corporate Admin UI
- New dashboard and reports
- Corporate Admin Settings Reference Guide
🙏 Is something missing from this list? Report bugs that you find to our amazing Customer Care team by chatting in from the Platform or submitting a request.
⚡ Do you have a cool idea for a new feature? Suggest new features or see other ideas you might have never thought of with the Feature Wishlist.
💡 Are we missing an article, video, or training resource? Add your request for new documentation or training ideas in the comments.
Comments
Please sign in to leave a comment.