Are GS orders surfaced in the JS script API?

Basic JavaScript access for order is included here: GarageSale 9.8 Alpha 7 Released - #4 by ilja

Something along the lines of selectedOrders[0].orderTransactions[0].listing should give you access to the listing’s properties.

1 Like