API Updates for November 7, 2024
API
-
We’re happy to announce that you can create shipping methods specific to a storefront channel to help you localize your storefront when selling internationally and across customer segments.
-
We’ve added a
feeitem type to Refund endpoints of the Orders API to represent order-level fees like package insurance, gratuities/tips, and credit card fees. To see an example request, see Creating refund quotes. -
Configuring the headless checkout URL with
www_redirectsettings is now available using the Settings API.
Catalyst
- We’ve integrated Customer Access Tokens into the
mainbranch of the Catalyst repository.
Enhancements
-
Added documentation surrounding the multiConcat handlebar helper. Thanks, Andrew Barber.
-
Added the security.md file so security researchers know where to report a vulnerability found on this repository.
-
Added a note to clarify that orders created through the V2 Orders API will not result in an order notification email being sent to the customer.
-
Added a note to clarify that
total_soldon products for imported orders will remain unaffected if theexternal_sourcevalue is M-MIG. -
Updated the required node and npm versions for Installing Stencil CLI to 20.16.0.
-
Added introductory information to the Settings API documentation.
Bug Fix
- We replaced the
codefield withpaymentCodein the Get Payments of Store B2B endpoint response body. Thank you, bbogovich-vs.