Part Transaction Actions

Perform inventory actions for an existing part.

Part Transaction Actions

Use these actions to adjust, move, receive, check out, or return quantities for an existing part.

Available actions

ActionUse it to
Adjust QtyAdjust the quantity of an existing part.
Check OutCheck out a quantity of an existing part.
MoveMove a quantity between warehouses or stock locations.
Quick ReceiveReceive a quantity into inventory.
ReturnReturn a quantity to inventory.

Before you begin

  1. Identify the part by its part name or part ID.
  2. Select the action that matches the inventory transaction you need to record.
  3. Open the action page to review its required request fields and example request.

Notes

  • Each action is a POST request to an endpoint under /ODataApi/v1/Parts('{name}').
  • The part must already exist before you run an action.
  • Use single quotes around the part name or part ID in the endpoint URL.