Sign in

Get stock transfer item

documented

Return a single stock transfer item.

GET /api/V2/StockTransferItem/{Id}Stock Controlno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.eposnowhq.com/api/V2/StockTransferItem/{{$Id}}" \
  -X GET \
  -H "Authorization: Basic {{EPOSNOWHQ_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Get stock transfer item · Epos Now · OpenIntegrations