Adds a new stock movement to an existing carton.

  • Parameters

    • req: Request

      The Express request object containing the movement details.

    • res: Response

      The Express response object.

    Returns Promise<undefined | Response<any, Record<string, any>>>

    A JSON response containing the updated carton data.