Returns order example

For AI agents: visit https://developer.finaleinventory.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.

Example return:

JSON

{
  "returnId": "R-200 CAL-1",
  "returnUrl": "/demo/api/return/10094",
  "statusId": "RETURN_CREATED",
  "primaryOrderUrl": "/demo/api/order/200%20CAL",
  "returnDate": "2020-10-25T16:00:00",
  "notes": "Internal notes",
  "publicNotes": "Public notes",
  "fromPartyUrl": "/demo/api/partygroup/10028",
  "actionUrlComplete": "/demo/api/return/10094/complete",
  "actionUrlCancel": "/demo/api/return/10094/cancel",
  "lastUpdatedDate": "2021-05-18T09:59:31",
  "createdDate": "2020-10-26T00:30:28",
  "destinationFacilityUrl": "/demo/api/facility/10075",
  "shipmentUrlList": [\
    "/demo/api/shipment/20802"\
  ],
  "returnItemList": [\
    {\
      "productId": "Cégep Al",\
      "productUrl": "/demo/api/product/10020196",\
      "quantity": 1,\
      "returnReasonId": "##user_00003",\
      "unitPrice": 10\
    }\
  ]
}

Fields for the return resource:

Updated9 months ago


Did this page help you?

Yes

No

Updated9 months ago


Did this page help you?

Yes

No