InventoryAdjustment Object - Square API Reference has a field transaction_id:
Read only The Square-generated ID of the Transaction that caused the adjustment. Only relevant for payment-related state transitions.
However as described in this post it seems it is really an order_id ==> Is this possible? Updating Store/Curb-Pickup Fulfillment via Orders API as we pick each item - #3 by Square-Dev-AI. When trying to fetch sfL8XP20sLuh91zGdl2JydmeV
by the Transactions API (deprecated) it is not found. Also not found by Payments API. But is by Orders API.
- Can the linked deprecated Transaction be updated with the better replacement? (An order_id?)
- Can the docs be updated to clarify this, even if no changes are otherwise made?
- Or can the team be alerted to this and get it in their backlog to have a more cohesive/clear API? Thanks