- Square Version:
2019-02-13
- .NET:
2.14.0
2019-02-13 Changelog
Connect v2
Orders API
BETA
- New functionality: Orders.CreateOrder — The Orders API now includes beta functionality that supports in-person fulfillment through Square Point of Sale for orders placed online. See the Connect v2 Technical Reference for more information.
- Improved functionality: Orders.CreateOrder — Requests to the CreateOrder endpoint now group order details under a single body parameter (
order
) rather than distributing it across multiple body parameters. - Improved functionality: Orders.CreateOrder — Requests to the CreateOrder endpoint now preserve the structure of order-level price adjustments in the response when converting them to scoped, line-item price adjustments. Previously, the response object did not preserve the original order-level price-adjustment objects.
- New functionality: All v2 APIs — Square Connect APIs now return
NOT ACCEPTABLE
when the targeted endpoint does not understand headers passed in the client request. For example, requesting an unsupported language with theAccept-Language
request header.